summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-11-11 12:20:56 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-11-11 12:20:56 +0100
commit2e3e1c4e04e6baaf2dbed83a9606227275d9fcd2 (patch)
tree877ed67563e82d96774b1d6664666e8a89c10bb2
parentf1b113b7de5b19647b0137cdd824bc0a37379ca8 (diff)
move back to IR 0.3
-rw-r--r--lambdacube-compiler.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 9be9c4c3..2f4f1113 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -105,7 +105,7 @@ library
105 ansi-wl-pprint >=0.6 && <0.7, 105 ansi-wl-pprint >=0.6 && <0.7,
106 pretty-show >= 1.6.9, 106 pretty-show >= 1.6.9,
107 text >= 1.2 && <1.3, 107 text >= 1.2 && <1.3,
108 lambdacube-ir == 0.4.*, 108 lambdacube-ir == 0.3.*,
109 vector >= 0.11 && <0.12 109 vector >= 0.11 && <0.12
110 110
111 hs-source-dirs: src 111 hs-source-dirs: src
@@ -193,7 +193,7 @@ executable lambdacube-compiler-test-suite
193 patience >= 0.1 && < 0.2, 193 patience >= 0.1 && < 0.2,
194 text >= 1.2 && <1.3, 194 text >= 1.2 && <1.3,
195 time >= 1.5 && <1.7, 195 time >= 1.5 && <1.7,
196 lambdacube-ir == 0.4.*, 196 lambdacube-ir == 0.3.*,
197 vector >= 0.11 && <0.12 197 vector >= 0.11 && <0.12
198 198
199executable lambdacube-compiler-performance-report 199executable lambdacube-compiler-performance-report
@@ -233,7 +233,7 @@ executable lambdacube-backend-test-server
233 containers >=0.5 && <0.6, 233 containers >=0.5 && <0.6,
234 text >= 1.2 && <1.3, 234 text >= 1.2 && <1.3,
235 lambdacube-compiler, 235 lambdacube-compiler,
236 lambdacube-ir == 0.4.*, 236 lambdacube-ir == 0.3.*,
237 pretty-show >= 1.6.9, 237 pretty-show >= 1.6.9,
238 optparse-applicative >=0.12 && <0.14, 238 optparse-applicative >=0.12 && <0.14,
239 aeson >=0.9 && <0.12, 239 aeson >=0.9 && <0.12,
@@ -273,7 +273,7 @@ executable lambdacube-compiler-coverage-test-suite
273 directory >=1.2 && <1.3, 273 directory >=1.2 && <1.3,
274 exceptions >= 0.8 && <0.9, 274 exceptions >= 0.8 && <0.9,
275 filepath >=1.4 && <1.5, 275 filepath >=1.4 && <1.5,
276 lambdacube-ir == 0.4.*, 276 lambdacube-ir == 0.3.*,
277 mtl >=2.2 && <2.3, 277 mtl >=2.2 && <2.3,
278 monad-control >= 1.0 && <1.1, 278 monad-control >= 1.0 && <1.1,
279 optparse-applicative >=0.12 && <0.14, 279 optparse-applicative >=0.12 && <0.14,