summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-19 10:37:45 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-19 10:38:24 +0100
commit49b1a36e8bf97a4edd56d7890273566eaa895075 (patch)
tree26fdad382bec5b4c2d68bb0cc0c0a481c512dc20 /lambdacube-compiler.cabal
parent6079306740e4c1d8d77cf04168265045bf490f71 (diff)
adjust async version constraint
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index f363c6df..5dde939e 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -119,7 +119,7 @@ executable lambdacube-compiler-test-suite
119 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 119 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
120 build-depends: 120 build-depends:
121 aeson >= 0.9 && <1, 121 aeson >= 0.9 && <1,
122 async >= 2.0 && <2.1, 122 async >= 2.0 && <2.2,
123 base < 4.9, 123 base < 4.9,
124 containers >=0.5 && <0.6, 124 containers >=0.5 && <0.6,
125 deepseq, 125 deepseq,
@@ -227,7 +227,7 @@ executable lambdacube-compiler-coverage-test-suite
227 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 227 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
228 build-depends: 228 build-depends:
229 aeson >= 0.9 && <1, 229 aeson >= 0.9 && <1,
230 async >= 2.0 && <2.1, 230 async >= 2.0 && <2.2,
231 base < 4.9, 231 base < 4.9,
232 containers >=0.5 && <0.6, 232 containers >=0.5 && <0.6,
233 deepseq, 233 deepseq,