summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-06-14 11:37:45 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-06-14 11:37:45 +0200
commit7873bdba0bdee3050659f845cedf19bfa837ef50 (patch)
treea7e6bc6b4bdad88070a9477f11551d0e28d88c6d /lambdacube-compiler.cabal
parent52db01104aa7bb2500e46d77f246aa321650d231 (diff)
allow newer base
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index ef89159d..9e0ccf58 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -77,7 +77,7 @@ library
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 && <1,
80 base >=4.7 && <4.9, 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,
83 exceptions >= 0.8 && <0.9, 83 exceptions >= 0.8 && <0.9,
@@ -104,7 +104,7 @@ executable lambdacube-compiler-unit-tests
104 104
105 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 105 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
106 build-depends: 106 build-depends:
107 base < 4.9, 107 base < 4.10,
108 containers >=0.5 && <0.6, 108 containers >=0.5 && <0.6,
109 lambdacube-compiler, 109 lambdacube-compiler,
110 megaparsec >= 4.3.0 && <4.5, 110 megaparsec >= 4.3.0 && <4.5,
@@ -126,7 +126,7 @@ executable lambdacube-compiler-test-suite
126 build-depends: 126 build-depends:
127 aeson >= 0.9 && <1, 127 aeson >= 0.9 && <1,
128 async >= 2.0 && <2.2, 128 async >= 2.0 && <2.2,
129 base < 4.9, 129 base < 4.10,
130 containers >=0.5 && <0.6, 130 containers >=0.5 && <0.6,
131 deepseq >=1.4 && <1.5, 131 deepseq >=1.4 && <1.5,
132 directory >=1.2 && <1.3, 132 directory >=1.2 && <1.3,
@@ -140,7 +140,7 @@ executable lambdacube-compiler-test-suite
140 ansi-wl-pprint >=0.6 && <0.7, 140 ansi-wl-pprint >=0.6 && <0.7,
141 patience >= 0.1 && < 0.2, 141 patience >= 0.1 && < 0.2,
142 text >= 1.2 && <1.3, 142 text >= 1.2 && <1.3,
143 time >= 1.5 && <1.6, 143 time >= 1.5 && <1.7,
144 lambdacube-ir == 0.4.*, 144 lambdacube-ir == 0.4.*,
145 vector >= 0.11 && <0.12 145 vector >= 0.11 && <0.12
146 146
@@ -156,7 +156,7 @@ executable lambdacube-compiler-performance-report
156 156
157 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 157 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
158 build-depends: 158 build-depends:
159 base < 4.9, 159 base < 4.10,
160 directory >=1.2 && <1.3, 160 directory >=1.2 && <1.3,
161 filepath >=1.4 && <1.5, 161 filepath >=1.4 && <1.5,
162 containers >=0.5 && <0.6, 162 containers >=0.5 && <0.6,
@@ -170,7 +170,7 @@ executable lc
170 170
171 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 171 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
172 build-depends: 172 build-depends:
173 base < 4.9, 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 && <1,
@@ -191,7 +191,7 @@ executable lambdacube-backend-test-server
191 191
192 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 192 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
193 build-depends: 193 build-depends:
194 base < 4.9, 194 base < 4.10,
195 containers >=0.5 && <0.6, 195 containers >=0.5 && <0.6,
196 text >= 1.2 && <1.3, 196 text >= 1.2 && <1.3,
197 lambdacube-compiler, 197 lambdacube-compiler,
@@ -234,7 +234,7 @@ executable lambdacube-compiler-coverage-test-suite
234 build-depends: 234 build-depends:
235 aeson >= 0.9 && <1, 235 aeson >= 0.9 && <1,
236 async >= 2.0 && <2.2, 236 async >= 2.0 && <2.2,
237 base < 4.9, 237 base < 4.10,
238 containers >=0.5 && <0.6, 238 containers >=0.5 && <0.6,
239 deepseq >=1.4 && <1.5, 239 deepseq >=1.4 && <1.5,
240 directory >=1.2 && <1.3, 240 directory >=1.2 && <1.3,
@@ -249,6 +249,6 @@ executable lambdacube-compiler-coverage-test-suite
249 pretty-show >= 1.6.9, 249 pretty-show >= 1.6.9,
250 patience >= 0.1 && < 0.2, 250 patience >= 0.1 && < 0.2,
251 text >= 1.2 && <1.3, 251 text >= 1.2 && <1.3,
252 time >= 1.5 && <1.6, 252 time >= 1.5 && <1.7,
253 vector >= 0.11 && <0.12 253 vector >= 0.11 && <0.12
254 254