summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 4c542b61..5e667c30 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -79,7 +79,7 @@ library
79 indentation >= 0.2 && <0.3, 79 indentation >= 0.2 && <0.3,
80 pretty-compact >=1.0 && <1.1, 80 pretty-compact >=1.0 && <1.1,
81 text >= 1.2 && <1.3, 81 text >= 1.2 && <1.3,
82 lambdacube-ir == 0.1.*, 82 lambdacube-ir == 0.2.*,
83 vector >= 0.11 && <0.12 83 vector >= 0.11 && <0.12
84 84
85 hs-source-dirs: src 85 hs-source-dirs: src
@@ -133,7 +133,7 @@ executable lambdacube-compiler-test-suite
133 pretty-compact >=1.0 && <1.1, 133 pretty-compact >=1.0 && <1.1,
134 text >= 1.2 && <1.3, 134 text >= 1.2 && <1.3,
135 time >= 1.5 && <1.6, 135 time >= 1.5 && <1.6,
136 lambdacube-ir == 0.1.*, 136 lambdacube-ir == 0.2.*,
137 vector >= 0.11 && <0.12 137 vector >= 0.11 && <0.12
138 138
139 if flag(profiling) 139 if flag(profiling)
@@ -185,7 +185,7 @@ executable lambdacube-compiler-coverage-test-suite
185 directory, 185 directory,
186 exceptions >= 0.8 && <0.9, 186 exceptions >= 0.8 && <0.9,
187 filepath, 187 filepath,
188 lambdacube-ir == 0.1.*, 188 lambdacube-ir == 0.2.*,
189 mtl >=2.2 && <2.3, 189 mtl >=2.2 && <2.3,
190 monad-control >= 1.0 && <1.1, 190 monad-control >= 1.0 && <1.1,
191 optparse-applicative == 0.12.*, 191 optparse-applicative == 0.12.*,