summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-09-16 14:33:39 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-09-16 14:33:39 +0200
commitc5674092d3734e4cbe9f5e31cd9c38920f07c03c (patch)
treec2925801d8f9720e5337ab8d64dd6339f61836b0 /lambdacube-compiler.cabal
parent6cfd368e594aaca8579acbb700f7c1a4302f280a (diff)
add semigroups dependency because base<4.9 does not have Data.List.NonEmpty
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 0eb3868c..dc220732 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -78,6 +78,7 @@ library
78 build-depends: 78 build-depends:
79 aeson >=0.9 && <0.12, 79 aeson >=0.9 && <0.12,
80 base >=4.7 && <4.10, 80 base >=4.7 && <4.10,
81 semigroups,
81 containers >=0.5 && <0.6, 82 containers >=0.5 && <0.6,
82 directory >=1.2 && <1.3, 83 directory >=1.2 && <1.3,
83 exceptions >= 0.8 && <0.9, 84 exceptions >= 0.8 && <0.9,
@@ -105,6 +106,7 @@ executable lambdacube-compiler-unit-tests
105 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 106 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
106 build-depends: 107 build-depends:
107 base < 4.10, 108 base < 4.10,
109 semigroups,
108 containers >=0.5 && <0.6, 110 containers >=0.5 && <0.6,
109 lambdacube-compiler, 111 lambdacube-compiler,
110 megaparsec >=5.0 && <5.1, 112 megaparsec >=5.0 && <5.1,
@@ -127,6 +129,7 @@ executable lambdacube-compiler-test-suite
127 aeson >=0.9 && <0.12, 129 aeson >=0.9 && <0.12,
128 async >= 2.0 && <2.2, 130 async >= 2.0 && <2.2,
129 base < 4.10, 131 base < 4.10,
132 semigroups,
130 containers >=0.5 && <0.6, 133 containers >=0.5 && <0.6,
131 deepseq >=1.4 && <1.5, 134 deepseq >=1.4 && <1.5,
132 directory >=1.2 && <1.3, 135 directory >=1.2 && <1.3,
@@ -192,6 +195,7 @@ executable lambdacube-backend-test-server
192 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 195 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
193 build-depends: 196 build-depends:
194 base < 4.10, 197 base < 4.10,
198 semigroups,
195 containers >=0.5 && <0.6, 199 containers >=0.5 && <0.6,
196 text >= 1.2 && <1.3, 200 text >= 1.2 && <1.3,
197 lambdacube-compiler, 201 lambdacube-compiler,
@@ -235,6 +239,7 @@ executable lambdacube-compiler-coverage-test-suite
235 aeson >=0.9 && <0.12, 239 aeson >=0.9 && <0.12,
236 async >= 2.0 && <2.2, 240 async >= 2.0 && <2.2,
237 base < 4.10, 241 base < 4.10,
242 semigroups,
238 containers >=0.5 && <0.6, 243 containers >=0.5 && <0.6,
239 deepseq >=1.4 && <1.5, 244 deepseq >=1.4 && <1.5,
240 directory >=1.2 && <1.3, 245 directory >=1.2 && <1.3,