summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-02-02 16:06:32 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2018-02-02 16:06:32 +0100
commit8797304592eb909daef4e4b8e973a509d8d567f9 (patch)
treeb04e080b10a4f45e84c4907cb2fc3091a68f28b0
parent84b12adec762d788b91f5ca451cbd56ec6565208 (diff)
fix megaparsec version in cabal
-rw-r--r--lambdacube-compiler.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 9f3ff199..afd7fbf4 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -104,7 +104,7 @@ library
104 exceptions >= 0.8, 104 exceptions >= 0.8,
105 filepath >=1.4, 105 filepath >=1.4,
106 mtl >=2.2, 106 mtl >=2.2,
107 megaparsec >=5.3, 107 megaparsec >= 6,
108 ansi-wl-pprint >=0.6, 108 ansi-wl-pprint >=0.6,
109 pretty-show >= 1.6.9, 109 pretty-show >= 1.6.9,
110 text >= 1.2, 110 text >= 1.2,
@@ -156,7 +156,7 @@ executable lambdacube-compiler-unit-tests
156 semigroups, 156 semigroups,
157 containers >=0.5 && <0.6, 157 containers >=0.5 && <0.6,
158 lambdacube-compiler, 158 lambdacube-compiler,
159 megaparsec >=6.4 && <7, 159 megaparsec >= 6,
160 QuickCheck >= 2.8.2 && <2.10, 160 QuickCheck >= 2.8.2 && <2.10,
161 tasty >= 0.11 && <0.12, 161 tasty >= 0.11 && <0.12,
162 tasty-quickcheck >=0.8 && <0.9 162 tasty-quickcheck >=0.8 && <0.9
@@ -191,7 +191,7 @@ executable lambdacube-compiler-test-suite
191 mtl >=2.2 && <2.3, 191 mtl >=2.2 && <2.3,
192 monad-control >= 1.0 && <1.1, 192 monad-control >= 1.0 && <1.1,
193 optparse-applicative >=0.12 && <0.14, 193 optparse-applicative >=0.12 && <0.14,
194 megaparsec >=5.3 && <5.4, 194 megaparsec >= 6,
195 ansi-wl-pprint >=0.6 && <0.7, 195 ansi-wl-pprint >=0.6 && <0.7,
196 patience >= 0.1 && < 0.2, 196 patience >= 0.1 && < 0.2,
197 text >= 1.2 && <1.3, 197 text >= 1.2 && <1.3,
@@ -280,7 +280,7 @@ executable lambdacube-compiler-coverage-test-suite
280 mtl >=2.2 && <2.3, 280 mtl >=2.2 && <2.3,
281 monad-control >= 1.0 && <1.1, 281 monad-control >= 1.0 && <1.1,
282 optparse-applicative >=0.12 && <0.14, 282 optparse-applicative >=0.12 && <0.14,
283 megaparsec >=5.3 && <5.4, 283 megaparsec >= 6,
284 ansi-wl-pprint >=0.6 && <0.7, 284 ansi-wl-pprint >=0.6 && <0.7,
285 pretty-show >= 1.6.9, 285 pretty-show >= 1.6.9,
286 patience >= 0.1 && < 0.2, 286 patience >= 0.1 && < 0.2,