Skip to content

Commit 3e0538a

Browse files
committed
Allow aeson (>= 0.8.0.2 && < 0.10) || (>= 0.11 && < 0.12)
Also bump to lts-5, since lts-4 used aeson-0.10
1 parent 355698a commit 3e0538a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ library
136136
Data.Set.Monad
137137
Distribution.Version.Extra
138138
build-depends: Cabal >= 1.18.1.5
139-
, aeson >= 0.8.0.2 && < 0.11
139+
, aeson (>= 0.8.0.2 && < 0.10) || (>= 0.11 && < 0.12)
140140
, ansi-terminal >= 0.6.2.3
141141
, async >= 2.0.2 && < 2.2
142142
, attoparsec >= 0.12.1.5 && < 0.14

stack.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-4.0
1+
resolver: lts-5.0
22
image:
33
containers:
44
- base: "fpco/ubuntu-with-libgmp:14.04"
@@ -9,6 +9,3 @@ nix:
99
enable: false
1010
packages:
1111
- zlib
12-
extra-deps:
13-
# Should be removed once gitrev is updated in stackage (lts-5)
14-
- gitrev-1.2.0

0 commit comments

Comments
 (0)