Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ sudo: required

env:
- CABALVER=1.24 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.1
- CABALVER=1.24 GHCVER=8.0.2
- CABALVER=2.0 GHCVER=8.2.2
- CABALVER=2.2 GHCVER=8.4.4
- CABALVER=2.4 GHCVER=8.6.3

# - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots

Expand Down
12 changes: 6 additions & 6 deletions quantum-random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ source-repository head
library
hs-source-dirs: src-lib

build-depends: base >=4.8 && <4.10,
build-depends: base >=4.8 && <4.13,
ansigraph >=0.2 && <0.4,
aeson >=0.8 && <1.2,
aeson >=0.8 && <1.5,
text >=1.2 && <1.3,
bytestring >=0.10 && <0.11,
http-conduit >=2.1 && <2.3,
ansi-terminal >=0.6 && <0.7,
http-conduit >=2.1 && <2.4,
ansi-terminal >=0.6 && <0.10,
terminal-size >=0.3 && <0.4,
directory >=1.2 && <1.3
directory >=1.2 && <1.4


exposed-modules: Quantum.Random,
Expand All @@ -74,7 +74,7 @@ executable qrand

main-is: Main.hs

build-depends: base >=4.8 && <4.10,
build-depends: base >=4.8 && <4.13,
haskeline >=0.7 && <0.8,
mtl >=2.2 && <2.3,
quantum-random
Expand Down
5 changes: 3 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
resolver: lts-7.15
resolver: lts-13.8
packages:
- '.'
flags: {}
extra-package-dbs: []
extra-deps: []
extra-deps:
- ansigraph-0.3.0.5