summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-09-15 22:59:48 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-09-15 22:59:48 +0200
commitade78cf3581f649d09a13b29100557701784555c (patch)
treee67776e2f50e0a75fb6ea307f1030a9c3d5a47b4 /lambdacube-compiler.cabal
parent579a479367ad1a57937e2d8c13e99918a5aa1be2 (diff)
more precise aeson version constraints
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 9e0ccf58..83df0815 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -76,7 +76,7 @@ library
76 76
77 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 77 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
78 build-depends: 78 build-depends:
79 aeson >= 0.9 && <1, 79 aeson >=0.9 && <0.12,
80 base >=4.7 && <4.10, 80 base >=4.7 && <4.10,
81 containers >=0.5 && <0.6, 81 containers >=0.5 && <0.6,
82 directory >=1.2 && <1.3, 82 directory >=1.2 && <1.3,
@@ -124,7 +124,7 @@ executable lambdacube-compiler-test-suite
124 124
125 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 125 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
126 build-depends: 126 build-depends:
127 aeson >= 0.9 && <1, 127 aeson >=0.9 && <0.12,
128 async >= 2.0 && <2.2, 128 async >= 2.0 && <2.2,
129 base < 4.10, 129 base < 4.10,
130 containers >=0.5 && <0.6, 130 containers >=0.5 && <0.6,
@@ -173,7 +173,7 @@ executable lc
173 base < 4.10, 173 base < 4.10,
174 lambdacube-compiler, 174 lambdacube-compiler,
175 optparse-applicative == 0.12.*, 175 optparse-applicative == 0.12.*,
176 aeson >= 0.9 && <1, 176 aeson >=0.9 && <0.12,
177 bytestring == 0.10.*, 177 bytestring == 0.10.*,
178 filepath >=1.4 && <1.5 178 filepath >=1.4 && <1.5
179 179
@@ -198,7 +198,7 @@ executable lambdacube-backend-test-server
198 lambdacube-ir == 0.4.*, 198 lambdacube-ir == 0.4.*,
199 pretty-show >= 1.6.9, 199 pretty-show >= 1.6.9,
200 optparse-applicative == 0.12.*, 200 optparse-applicative == 0.12.*,
201 aeson >= 0.9 && <1, 201 aeson >=0.9 && <0.12,
202 bytestring == 0.10.*, 202 bytestring == 0.10.*,
203 filepath >=1.4 && <1.5, 203 filepath >=1.4 && <1.5,
204 directory >=1.2 && <1.3, 204 directory >=1.2 && <1.3,
@@ -232,7 +232,7 @@ executable lambdacube-compiler-coverage-test-suite
232 232
233 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 233 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
234 build-depends: 234 build-depends:
235 aeson >= 0.9 && <1, 235 aeson >=0.9 && <0.12,
236 async >= 2.0 && <2.2, 236 async >= 2.0 && <2.2,
237 base < 4.10, 237 base < 4.10,
238 containers >=0.5 && <0.6, 238 containers >=0.5 && <0.6,