summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-15 20:18:02 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-15 20:31:06 +0100
commitf29d1fc2a330b54ad57d3cb21f0f24d5714de331 (patch)
treea556b627147e10b12db51408fd97c45701fe2097 /lambdacube-compiler.cabal
parent35e7f0ba7365059d8b7df9cacd4e180fff3179c1 (diff)
use patience diff
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 1b7d7603..42a5703f 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -132,6 +132,7 @@ executable lambdacube-compiler-test-suite
132 optparse-applicative == 0.12.*, 132 optparse-applicative == 0.12.*,
133 megaparsec >= 4.3.0 && <4.4, 133 megaparsec >= 4.3.0 && <4.4,
134 pretty-compact >=1.0 && <1.1, 134 pretty-compact >=1.0 && <1.1,
135 patience >= 0.1 && < 0.2,
135 text >= 1.2 && <1.3, 136 text >= 1.2 && <1.3,
136 time >= 1.5 && <1.6, 137 time >= 1.5 && <1.6,
137 lambdacube-ir == 0.3.*, 138 lambdacube-ir == 0.3.*,
@@ -224,6 +225,7 @@ executable lambdacube-compiler-coverage-test-suite
224 megaparsec >= 4.3.0 && <4.4, 225 megaparsec >= 4.3.0 && <4.4,
225 pretty-compact >=1.0 && <1.1, 226 pretty-compact >=1.0 && <1.1,
226 pretty-show >= 1.6.9, 227 pretty-show >= 1.6.9,
228 patience >= 0.1 && < 0.2,
227 text >= 1.2 && <1.3, 229 text >= 1.2 && <1.3,
228 time >= 1.5 && <1.6, 230 time >= 1.5 && <1.6,
229 vector >= 0.11 && <0.12 231 vector >= 0.11 && <0.12