summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-02-02 22:48:14 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2018-02-02 22:48:14 +0100
commit5c203fe9931cde79d5de95d45a04659c2de51b7f (patch)
tree402615908bcd0e61a7db0eaa194b6b6b2ba76015
parentd746f89dbec34c79b8c83fbde030b9394d46b408 (diff)
move to lts-10.4
-rw-r--r--lambdacube-compiler.cabal32
-rw-r--r--stack.yaml4
2 files changed, 19 insertions, 17 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index afd7fbf4..5d57aece 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -131,9 +131,9 @@ executable lc
131 build-depends: 131 build-depends:
132 base < 5, 132 base < 5,
133 lambdacube-compiler, 133 lambdacube-compiler,
134 optparse-applicative >=0.12 && <0.14, 134 optparse-applicative >=0.12 && <0.15,
135 aeson >=1.1 && <1.2, 135 aeson >=1.1 && <1.3,
136 bytestring == 0.10.*, 136 bytestring,
137 filepath >=1.4 && <1.5 137 filepath >=1.4 && <1.5
138 138
139------------------------ 139------------------------
@@ -157,9 +157,9 @@ executable lambdacube-compiler-unit-tests
157 containers >=0.5 && <0.6, 157 containers >=0.5 && <0.6,
158 lambdacube-compiler, 158 lambdacube-compiler,
159 megaparsec >= 6, 159 megaparsec >= 6,
160 QuickCheck >= 2.8.2 && <2.10, 160 QuickCheck >= 2.8.2 && <2.11,
161 tasty >= 0.11 && <0.12, 161 tasty >= 0.11 && <0.12,
162 tasty-quickcheck >=0.8 && <0.9 162 tasty-quickcheck >=0.8 && <0.10
163 163
164executable lambdacube-compiler-test-suite 164executable lambdacube-compiler-test-suite
165 hs-source-dirs: test 165 hs-source-dirs: test
@@ -178,7 +178,7 @@ executable lambdacube-compiler-test-suite
178 178
179 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 179 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
180 build-depends: 180 build-depends:
181 aeson >=1.1 && <1.2, 181 aeson >=1.1 && <1.3,
182 async >= 2.0 && <2.2, 182 async >= 2.0 && <2.2,
183 base < 5, 183 base < 5,
184 semigroups, 184 semigroups,
@@ -190,12 +190,12 @@ executable lambdacube-compiler-test-suite
190 lambdacube-compiler, 190 lambdacube-compiler,
191 mtl >=2.2 && <2.3, 191 mtl >=2.2 && <2.3,
192 monad-control >= 1.0 && <1.1, 192 monad-control >= 1.0 && <1.1,
193 optparse-applicative >=0.12 && <0.14, 193 optparse-applicative >=0.12 && <0.15,
194 megaparsec >= 6, 194 megaparsec >= 6,
195 ansi-wl-pprint >=0.6 && <0.7, 195 ansi-wl-pprint >=0.6 && <0.7,
196 patience >= 0.1 && < 0.2, 196 patience >= 0.1 && < 0.2,
197 text >= 1.2 && <1.3, 197 text >= 1.2 && <1.3,
198 time >= 1.5 && <1.7, 198 time >= 1.5 && <1.9,
199 lambdacube-ir == 0.3.*, 199 lambdacube-ir == 0.3.*,
200 vector >= 0.12 && <0.13 200 vector >= 0.12 && <0.13
201 201
@@ -215,7 +215,7 @@ executable lambdacube-compiler-performance-report
215 directory >=1.3 && <1.4, 215 directory >=1.3 && <1.4,
216 filepath >=1.4 && <1.5, 216 filepath >=1.4 && <1.5,
217 containers >=0.5 && <0.6, 217 containers >=0.5 && <0.6,
218 optparse-applicative >=0.12 && <0.14 218 optparse-applicative >=0.12 && <0.15
219 219
220executable lambdacube-backend-test-server 220executable lambdacube-backend-test-server
221 hs-source-dirs: backendtest 221 hs-source-dirs: backendtest
@@ -238,9 +238,9 @@ executable lambdacube-backend-test-server
238 lambdacube-compiler, 238 lambdacube-compiler,
239 lambdacube-ir == 0.3.*, 239 lambdacube-ir == 0.3.*,
240 pretty-show >= 1.6.9, 240 pretty-show >= 1.6.9,
241 optparse-applicative >=0.12 && <0.14, 241 optparse-applicative >=0.12 && <0.15,
242 aeson >=1.1 && <1.2, 242 aeson >=1.1 && <1.3,
243 bytestring == 0.10.*, 243 bytestring,
244 filepath >=1.4 && <1.5, 244 filepath >=1.4 && <1.5,
245 directory >=1.3 && <1.4, 245 directory >=1.3 && <1.4,
246 websockets >= 0.9.6.1, 246 websockets >= 0.9.6.1,
@@ -267,9 +267,11 @@ executable lambdacube-compiler-coverage-test-suite
267 267
268 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 268 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
269 build-depends: 269 build-depends:
270 aeson >=1.1 && <1.2, 270 aeson >=1.1 && <1.3,
271 async >= 2.0 && <2.2, 271 async >= 2.0 && <2.2,
272 base < 5, 272 base < 5,
273 bytestring,
274 binary,
273 semigroups, 275 semigroups,
274 containers >=0.5 && <0.6, 276 containers >=0.5 && <0.6,
275 deepseq >=1.4 && <1.5, 277 deepseq >=1.4 && <1.5,
@@ -279,11 +281,11 @@ executable lambdacube-compiler-coverage-test-suite
279 lambdacube-ir == 0.3.*, 281 lambdacube-ir == 0.3.*,
280 mtl >=2.2 && <2.3, 282 mtl >=2.2 && <2.3,
281 monad-control >= 1.0 && <1.1, 283 monad-control >= 1.0 && <1.1,
282 optparse-applicative >=0.12 && <0.14, 284 optparse-applicative >=0.12 && <0.15,
283 megaparsec >= 6, 285 megaparsec >= 6,
284 ansi-wl-pprint >=0.6 && <0.7, 286 ansi-wl-pprint >=0.6 && <0.7,
285 pretty-show >= 1.6.9, 287 pretty-show >= 1.6.9,
286 patience >= 0.1 && < 0.2, 288 patience >= 0.1 && < 0.2,
287 text >= 1.2 && <1.3, 289 text >= 1.2 && <1.3,
288 time >= 1.5 && <1.7, 290 time >= 1.5 && <1.9,
289 vector >= 0.12 && <0.13 291 vector >= 0.12 && <0.13
diff --git a/stack.yaml b/stack.yaml
index 571bbe91..5ef04434 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,9 +1,9 @@
1resolver: lts-9.0 1resolver: lts-10.4
2packages: 2packages:
3- '.' 3- '.'
4- location: 4- location:
5 git: https://github.com/lambdacube3d/lambdacube-ir.git 5 git: https://github.com/lambdacube3d/lambdacube-ir.git
6 commit: a0bf64b83dd218d1ea29823749dcfa8a6ee959a9 6 commit: b8b4ec9fa985b2eb756ac1a5a65af483a0bd586b
7 subdirs: 7 subdirs:
8 - lambdacube-ir.haskell 8 - lambdacube-ir.haskell
9 extra-dep: true 9 extra-dep: true