summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-08 15:03:34 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-08 15:10:05 +0100
commitc1abf7381c6b594c6e50ec11e1514e6e28d1a2f0 (patch)
treebbdd73e23d5109e5dfefcd3736e57efc212c94fa /lambdacube-compiler.cabal
parent2088da76ec6a9ede9454c2cd27df604f466c7327 (diff)
add compiler version to pipeline info
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 58ab87d0..a4a9999d 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: lambdacube-compiler 4name: lambdacube-compiler
5version: 0.4.0.0 5version: 0.5.0.0
6homepage: http://lambdacube3d.com 6homepage: http://lambdacube3d.com
7synopsis: LambdaCube 3D is a DSL to program GPUs 7synopsis: LambdaCube 3D is a DSL to program GPUs
8description: LambdaCube 3D is a domain specific language and library that makes it 8description: LambdaCube 3D is a domain specific language and library that makes it
@@ -82,7 +82,7 @@ library
82 indentation >= 0.2 && <0.3, 82 indentation >= 0.2 && <0.3,
83 pretty-compact >=1.0 && <1.1, 83 pretty-compact >=1.0 && <1.1,
84 text >= 1.2 && <1.3, 84 text >= 1.2 && <1.3,
85 lambdacube-ir == 0.2.*, 85 lambdacube-ir == 0.3.*,
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 pretty-compact >=1.0 && <1.1, 136 pretty-compact >=1.0 && <1.1,
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.2.*, 139 lambdacube-ir == 0.3.*,
140 vector >= 0.11 && <0.12 140 vector >= 0.11 && <0.12
141 141
142 if flag(profiling) 142 if flag(profiling)
@@ -188,7 +188,7 @@ executable lambdacube-compiler-coverage-test-suite
188 directory, 188 directory,
189 exceptions >= 0.8 && <0.9, 189 exceptions >= 0.8 && <0.9,
190 filepath, 190 filepath,
191 lambdacube-ir == 0.2.*, 191 lambdacube-ir == 0.3.*,
192 mtl >=2.2 && <2.3, 192 mtl >=2.2 && <2.3,
193 monad-control >= 1.0 && <1.1, 193 monad-control >= 1.0 && <1.1,
194 optparse-applicative == 0.12.*, 194 optparse-applicative == 0.12.*,