We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355698a commit 3e0538aCopy full SHA for 3e0538a
stack.cabal
@@ -136,7 +136,7 @@ library
136
Data.Set.Monad
137
Distribution.Version.Extra
138
build-depends: Cabal >= 1.18.1.5
139
- , aeson >= 0.8.0.2 && < 0.11
+ , aeson (>= 0.8.0.2 && < 0.10) || (>= 0.11 && < 0.12)
140
, ansi-terminal >= 0.6.2.3
141
, async >= 2.0.2 && < 2.2
142
, attoparsec >= 0.12.1.5 && < 0.14
stack.yaml
@@ -1,4 +1,4 @@
1
-resolver: lts-4.0
+resolver: lts-5.0
2
image:
3
containers:
4
- base: "fpco/ubuntu-with-libgmp:14.04"
@@ -9,6 +9,3 @@ nix:
9
enable: false
10
packages:
11
- zlib
12
-extra-deps:
13
-# Should be removed once gitrev is updated in stackage (lts-5)
14
-- gitrev-1.2.0
0 commit comments