summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 17c8fd56..a5bd8980 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -136,7 +136,7 @@ executable lambdacube-compiler-test-suite
136 monad-control >= 1.0 && <1.1, 136 monad-control >= 1.0 && <1.1,
137 optparse-applicative == 0.12.*, 137 optparse-applicative == 0.12.*,
138 megaparsec >= 4.3.0 && <4.5, 138 megaparsec >= 4.3.0 && <4.5,
139 wl-pprint >=1.2 && <1.3, 139 ansi-wl-pprint >=0.6 && <0.7,
140 patience >= 0.1 && < 0.2, 140 patience >= 0.1 && < 0.2,
141 text >= 1.2 && <1.3, 141 text >= 1.2 && <1.3,
142 time >= 1.5 && <1.6, 142 time >= 1.5 && <1.6,
@@ -244,7 +244,7 @@ executable lambdacube-compiler-coverage-test-suite
244 monad-control >= 1.0 && <1.1, 244 monad-control >= 1.0 && <1.1,
245 optparse-applicative == 0.12.*, 245 optparse-applicative == 0.12.*,
246 megaparsec >= 4.3.0 && <4.5, 246 megaparsec >= 4.3.0 && <4.5,
247 wl-pprint >=1.2 && <1.3, 247 ansi-wl-pprint >=0.6 && <0.7,
248 pretty-show >= 1.6.9, 248 pretty-show >= 1.6.9,
249 patience >= 0.1 && < 0.2, 249 patience >= 0.1 && < 0.2,
250 text >= 1.2 && <1.3, 250 text >= 1.2 && <1.3,