summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-03-29 16:32:32 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2016-03-29 16:32:32 +0200
commitbe4b2aad5fe91fd4fc30a1a87582ba0ef0ac9ecd (patch)
tree50abe5bcc328f1e0a8ced536b9f795db896730e6 /lambdacube-compiler.cabal
parent3d7ffc7cdb6f0c5b78d51900a9dcae29ba6913d6 (diff)
work on DX11 HLSL codegen
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index f7e2a3df..d5b43e82 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -82,7 +82,7 @@ library
82 wl-pprint >=1.2 && <1.3, 82 wl-pprint >=1.2 && <1.3,
83 pretty-show >= 1.6.9, 83 pretty-show >= 1.6.9,
84 text >= 1.2 && <1.3, 84 text >= 1.2 && <1.3,
85 lambdacube-ir == 0.3.*, 85 lambdacube-ir == 0.4.*,
86 vector >= 0.11 && <0.12 86 vector >= 0.11 && <0.12
87 87
88 hs-source-dirs: src 88 hs-source-dirs: src
@@ -136,7 +136,7 @@ executable lambdacube-compiler-test-suite
136 patience >= 0.1 && < 0.2, 136 patience >= 0.1 && < 0.2,
137 text >= 1.2 && <1.3, 137 text >= 1.2 && <1.3,
138 time >= 1.5 && <1.6, 138 time >= 1.5 && <1.6,
139 lambdacube-ir == 0.3.*, 139 lambdacube-ir == 0.4.*,
140 vector >= 0.11 && <0.12 140 vector >= 0.11 && <0.12
141 141
142 if flag(profiling) 142 if flag(profiling)
@@ -190,7 +190,7 @@ executable lambdacube-backend-test-server
190 containers >=0.5 && <0.6, 190 containers >=0.5 && <0.6,
191 text >= 1.2 && <1.3, 191 text >= 1.2 && <1.3,
192 lambdacube-compiler, 192 lambdacube-compiler,
193 lambdacube-ir == 0.3.*, 193 lambdacube-ir == 0.4.*,
194 pretty-show >= 1.6.9, 194 pretty-show >= 1.6.9,
195 optparse-applicative == 0.12.*, 195 optparse-applicative == 0.12.*,
196 aeson >= 0.9 && <1, 196 aeson >= 0.9 && <1,
@@ -235,7 +235,7 @@ executable lambdacube-compiler-coverage-test-suite
235 directory, 235 directory,
236 exceptions >= 0.8 && <0.9, 236 exceptions >= 0.8 && <0.9,
237 filepath, 237 filepath,
238 lambdacube-ir == 0.3.*, 238 lambdacube-ir == 0.4.*,
239 mtl >=2.2 && <2.3, 239 mtl >=2.2 && <2.3,
240 monad-control >= 1.0 && <1.1, 240 monad-control >= 1.0 && <1.1,
241 optparse-applicative == 0.12.*, 241 optparse-applicative == 0.12.*,