summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-03-01 11:31:07 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-03-01 11:31:07 +0100
commit3f8ae77c2efc18a45a80a7ce116ba611307ec1ee (patch)
tree681c035cd302f2eda686096ea0397268f5861122 /lambdacube-compiler.cabal
parent8747321abd4d6259533ed186d9505735c0e162f9 (diff)
adjust megaparsec version constraint
Diffstat (limited to 'lambdacube-compiler.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 50308b6d..d7f0bf12 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -78,7 +78,7 @@ library
78 exceptions >= 0.8 && <0.9, 78 exceptions >= 0.8 && <0.9,
79 filepath, 79 filepath,
80 mtl >=2.2 && <2.3, 80 mtl >=2.2 && <2.3,
81 megaparsec >= 4.3.0 && <4.4, 81 megaparsec >= 4.3.0 && <4.5,
82 wl-pprint >=1.2 && <1.3, 82 wl-pprint >=1.2 && <1.3,
83 pretty-show >= 1.6.9, 83 pretty-show >= 1.6.9,
84 text >= 1.2 && <1.3, 84 text >= 1.2 && <1.3,
@@ -102,7 +102,7 @@ executable lambdacube-compiler-unit-tests
102 base < 4.9, 102 base < 4.9,
103 containers >=0.5 && <0.6, 103 containers >=0.5 && <0.6,
104 lambdacube-compiler, 104 lambdacube-compiler,
105 megaparsec >= 4.3.0 && <4.4, 105 megaparsec >= 4.3.0 && <4.5,
106 QuickCheck >= 2.8.2 && <2.9, 106 QuickCheck >= 2.8.2 && <2.9,
107 tasty >= 0.11 && <0.12, 107 tasty >= 0.11 && <0.12,
108 tasty-quickcheck >=0.8 && <0.9 108 tasty-quickcheck >=0.8 && <0.9
@@ -131,7 +131,7 @@ executable lambdacube-compiler-test-suite
131 mtl >=2.2 && <2.3, 131 mtl >=2.2 && <2.3,
132 monad-control >= 1.0 && <1.1, 132 monad-control >= 1.0 && <1.1,
133 optparse-applicative == 0.12.*, 133 optparse-applicative == 0.12.*,
134 megaparsec >= 4.3.0 && <4.4, 134 megaparsec >= 4.3.0 && <4.5,
135 wl-pprint >=1.2 && <1.3, 135 wl-pprint >=1.2 && <1.3,
136 patience >= 0.1 && < 0.2, 136 patience >= 0.1 && < 0.2,
137 text >= 1.2 && <1.3, 137 text >= 1.2 && <1.3,
@@ -239,7 +239,7 @@ executable lambdacube-compiler-coverage-test-suite
239 mtl >=2.2 && <2.3, 239 mtl >=2.2 && <2.3,
240 monad-control >= 1.0 && <1.1, 240 monad-control >= 1.0 && <1.1,
241 optparse-applicative == 0.12.*, 241 optparse-applicative == 0.12.*,
242 megaparsec >= 4.3.0 && <4.4, 242 megaparsec >= 4.3.0 && <4.5,
243 wl-pprint >=1.2 && <1.3, 243 wl-pprint >=1.2 && <1.3,
244 pretty-show >= 1.6.9, 244 pretty-show >= 1.6.9,
245 patience >= 0.1 && < 0.2, 245 patience >= 0.1 && < 0.2,