summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-12-03 11:03:30 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-12-03 11:03:30 +0100
commit8a56448921e7633d35ab7182c3c715f97d9de840 (patch)
tree92e6bb80bc69efc3cf0367f25e45a28b52401c9d
parent9fd5b91592fc7dd14831b09ea2adc99a7094b48d (diff)
widen megaparsec version range
-rw-r--r--lambdacube-compiler.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 544d9a70..fae1b941 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -101,7 +101,7 @@ library
101 exceptions >= 0.8 && <0.9, 101 exceptions >= 0.8 && <0.9,
102 filepath >=1.4 && <1.5, 102 filepath >=1.4 && <1.5,
103 mtl >=2.2 && <2.3, 103 mtl >=2.2 && <2.3,
104 megaparsec >=5.0 && <5.1, 104 megaparsec >=5.0 && <5.2,
105 ansi-wl-pprint >=0.6 && <0.7, 105 ansi-wl-pprint >=0.6 && <0.7,
106 pretty-show >= 1.6.9, 106 pretty-show >= 1.6.9,
107 text >= 1.2 && <1.3, 107 text >= 1.2 && <1.3,
@@ -153,7 +153,7 @@ executable lambdacube-compiler-unit-tests
153 semigroups, 153 semigroups,
154 containers >=0.5 && <0.6, 154 containers >=0.5 && <0.6,
155 lambdacube-compiler, 155 lambdacube-compiler,
156 megaparsec >=5.0 && <5.1, 156 megaparsec >=5.0 && <5.2,
157 QuickCheck >= 2.8.2 && <2.10, 157 QuickCheck >= 2.8.2 && <2.10,
158 tasty >= 0.11 && <0.12, 158 tasty >= 0.11 && <0.12,
159 tasty-quickcheck >=0.8 && <0.9 159 tasty-quickcheck >=0.8 && <0.9
@@ -188,7 +188,7 @@ executable lambdacube-compiler-test-suite
188 mtl >=2.2 && <2.3, 188 mtl >=2.2 && <2.3,
189 monad-control >= 1.0 && <1.1, 189 monad-control >= 1.0 && <1.1,
190 optparse-applicative >=0.12 && <0.14, 190 optparse-applicative >=0.12 && <0.14,
191 megaparsec >=5.0 && <5.1, 191 megaparsec >=5.0 && <5.2,
192 ansi-wl-pprint >=0.6 && <0.7, 192 ansi-wl-pprint >=0.6 && <0.7,
193 patience >= 0.1 && < 0.2, 193 patience >= 0.1 && < 0.2,
194 text >= 1.2 && <1.3, 194 text >= 1.2 && <1.3,
@@ -277,7 +277,7 @@ executable lambdacube-compiler-coverage-test-suite
277 mtl >=2.2 && <2.3, 277 mtl >=2.2 && <2.3,
278 monad-control >= 1.0 && <1.1, 278 monad-control >= 1.0 && <1.1,
279 optparse-applicative >=0.12 && <0.14, 279 optparse-applicative >=0.12 && <0.14,
280 megaparsec >=5.0 && <5.1, 280 megaparsec >=5.0 && <5.2,
281 ansi-wl-pprint >=0.6 && <0.7, 281 ansi-wl-pprint >=0.6 && <0.7,
282 pretty-show >= 1.6.9, 282 pretty-show >= 1.6.9,
283 patience >= 0.1 && < 0.2, 283 patience >= 0.1 && < 0.2,