summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-09 15:03:32 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-09 15:03:32 +0200
commit735a3afaf84c47bed66e9da23cd04fd275a3e2a9 (patch)
treee4d7ff59bd0cf61a2c85e9e9338ce54bea8d46ec /lambdacube-compiler.cabal
parent9e24de1e2da956665e82418d8880d3d7ab96bce3 (diff)
simplification
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal3
1 files changed, 0 insertions, 3 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index c97c2196..9912743d 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -86,7 +86,6 @@ library
86 mtl >=2.2 && <2.3, 86 mtl >=2.2 && <2.3,
87 megaparsec >= 4.4.0 && <4.5, 87 megaparsec >= 4.4.0 && <4.5,
88 ansi-wl-pprint >=0.6 && <0.7, 88 ansi-wl-pprint >=0.6 && <0.7,
89 bv >= 0.4 && <0.5,
90 pretty-show >= 1.6.9, 89 pretty-show >= 1.6.9,
91 text >= 1.2 && <1.3, 90 text >= 1.2 && <1.3,
92 lambdacube-ir == 0.4.*, 91 lambdacube-ir == 0.4.*,
@@ -140,7 +139,6 @@ executable lambdacube-compiler-test-suite
140 optparse-applicative == 0.12.*, 139 optparse-applicative == 0.12.*,
141 megaparsec >= 4.3.0 && <4.5, 140 megaparsec >= 4.3.0 && <4.5,
142 ansi-wl-pprint >=0.6 && <0.7, 141 ansi-wl-pprint >=0.6 && <0.7,
143 bv >= 0.4 && <0.5,
144 patience >= 0.1 && < 0.2, 142 patience >= 0.1 && < 0.2,
145 text >= 1.2 && <1.3, 143 text >= 1.2 && <1.3,
146 time >= 1.5 && <1.6, 144 time >= 1.5 && <1.6,
@@ -249,7 +247,6 @@ executable lambdacube-compiler-coverage-test-suite
249 optparse-applicative == 0.12.*, 247 optparse-applicative == 0.12.*,
250 megaparsec >= 4.3.0 && <4.5, 248 megaparsec >= 4.3.0 && <4.5,
251 ansi-wl-pprint >=0.6 && <0.7, 249 ansi-wl-pprint >=0.6 && <0.7,
252 bv >= 0.4 && <0.5,
253 pretty-show >= 1.6.9, 250 pretty-show >= 1.6.9,
254 patience >= 0.1 && < 0.2, 251 patience >= 0.1 && < 0.2,
255 text >= 1.2 && <1.3, 252 text >= 1.2 && <1.3,