summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-12 22:47:24 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 22:47:24 +0200
commit4540b22202cc62337b8781ba38a9cbe007753f33 (patch)
treedf0b1d38066572256385b08ad41c0ea8a5230b80 /lambdacube-compiler.cabal
parent5e8656f3e3f169c62defc2d8573c66a679c4757e (diff)
show diff in auto reject mode too
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal26
1 files changed, 13 insertions, 13 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 41aac8e5..ef89159d 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -79,9 +79,9 @@ library
79 aeson >= 0.9 && <1, 79 aeson >= 0.9 && <1,
80 base >=4.7 && <4.9, 80 base >=4.7 && <4.9,
81 containers >=0.5 && <0.6, 81 containers >=0.5 && <0.6,
82 directory, 82 directory >=1.2 && <1.3,
83 exceptions >= 0.8 && <0.9, 83 exceptions >= 0.8 && <0.9,
84 filepath, 84 filepath >=1.4 && <1.5,
85 mtl >=2.2 && <2.3, 85 mtl >=2.2 && <2.3,
86 megaparsec >= 4.4.0 && <4.5, 86 megaparsec >= 4.4.0 && <4.5,
87 ansi-wl-pprint >=0.6 && <0.7, 87 ansi-wl-pprint >=0.6 && <0.7,
@@ -128,10 +128,10 @@ executable lambdacube-compiler-test-suite
128 async >= 2.0 && <2.2, 128 async >= 2.0 && <2.2,
129 base < 4.9, 129 base < 4.9,
130 containers >=0.5 && <0.6, 130 containers >=0.5 && <0.6,
131 deepseq, 131 deepseq >=1.4 && <1.5,
132 directory, 132 directory >=1.2 && <1.3,
133 exceptions >= 0.8 && <0.9, 133 exceptions >= 0.8 && <0.9,
134 filepath, 134 filepath >=1.4 && <1.5,
135 lambdacube-compiler, 135 lambdacube-compiler,
136 mtl >=2.2 && <2.3, 136 mtl >=2.2 && <2.3,
137 monad-control >= 1.0 && <1.1, 137 monad-control >= 1.0 && <1.1,
@@ -157,8 +157,8 @@ executable lambdacube-compiler-performance-report
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.9,
160 directory, 160 directory >=1.2 && <1.3,
161 filepath, 161 filepath >=1.4 && <1.5,
162 containers >=0.5 && <0.6, 162 containers >=0.5 && <0.6,
163 optparse-applicative == 0.12.* 163 optparse-applicative == 0.12.*
164 164
@@ -175,7 +175,7 @@ executable lc
175 optparse-applicative == 0.12.*, 175 optparse-applicative == 0.12.*,
176 aeson >= 0.9 && <1, 176 aeson >= 0.9 && <1,
177 bytestring == 0.10.*, 177 bytestring == 0.10.*,
178 filepath == 1.4.* 178 filepath >=1.4 && <1.5
179 179
180 if flag(onlytestsuite) 180 if flag(onlytestsuite)
181 Buildable: False 181 Buildable: False
@@ -200,8 +200,8 @@ executable lambdacube-backend-test-server
200 optparse-applicative == 0.12.*, 200 optparse-applicative == 0.12.*,
201 aeson >= 0.9 && <1, 201 aeson >= 0.9 && <1,
202 bytestring == 0.10.*, 202 bytestring == 0.10.*,
203 filepath == 1.4.*, 203 filepath >=1.4 && <1.5,
204 directory, 204 directory >=1.2 && <1.3,
205 websockets >= 0.9.6.1, 205 websockets >= 0.9.6.1,
206 JuicyPixels >=3.2.7 && <3.3, 206 JuicyPixels >=3.2.7 && <3.3,
207 vect >= 0.4.7, 207 vect >= 0.4.7,
@@ -236,10 +236,10 @@ executable lambdacube-compiler-coverage-test-suite
236 async >= 2.0 && <2.2, 236 async >= 2.0 && <2.2,
237 base < 4.9, 237 base < 4.9,
238 containers >=0.5 && <0.6, 238 containers >=0.5 && <0.6,
239 deepseq, 239 deepseq >=1.4 && <1.5,
240 directory, 240 directory >=1.2 && <1.3,
241 exceptions >= 0.8 && <0.9, 241 exceptions >= 0.8 && <0.9,
242 filepath, 242 filepath >=1.4 && <1.5,
243 lambdacube-ir == 0.4.*, 243 lambdacube-ir == 0.4.*,
244 mtl >=2.2 && <2.3, 244 mtl >=2.2 && <2.3,
245 monad-control >= 1.0 && <1.1, 245 monad-control >= 1.0 && <1.1,