summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-27 17:58:10 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-27 17:58:32 +0100
commitf858e4a6060160164aa0ae74454c3f79f004903b (patch)
tree76501a4b4e70e483228e0283cb1967689f709923 /lambdacube-compiler.cabal
parentb281729e6c27f40b6c2d5e222bbeb4c87793a259 (diff)
Fix parsec dependency.
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 21411016..4c542b61 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -75,7 +75,7 @@ library
75 exceptions >= 0.8 && <0.9, 75 exceptions >= 0.8 && <0.9,
76 filepath, 76 filepath,
77 mtl >=2.2 && <2.3, 77 mtl >=2.2 && <2.3,
78 parsec >= 3.1 && <3.2, 78 parsec >= 3.1.9 && <3.2,
79 indentation >= 0.2 && <0.3, 79 indentation >= 0.2 && <0.3,
80 pretty-compact >=1.0 && <1.1, 80 pretty-compact >=1.0 && <1.1,
81 text >= 1.2 && <1.3, 81 text >= 1.2 && <1.3,
@@ -99,7 +99,7 @@ executable lambdacube-compiler-unit-tests
99 base < 4.9, 99 base < 4.9,
100 containers >=0.5 && <0.6, 100 containers >=0.5 && <0.6,
101 lambdacube-compiler, 101 lambdacube-compiler,
102 parsec >= 3.1 && <3.2, 102 parsec >= 3.1.9 && <3.2,
103 QuickCheck >= 2.8.2 && <2.9, 103 QuickCheck >= 2.8.2 && <2.9,
104 tasty >= 0.11 && <0.12, 104 tasty >= 0.11 && <0.12,
105 tasty-quickcheck >=0.8 && <0.9 105 tasty-quickcheck >=0.8 && <0.9
@@ -128,7 +128,7 @@ executable lambdacube-compiler-test-suite
128 mtl >=2.2 && <2.3, 128 mtl >=2.2 && <2.3,
129 monad-control >= 1.0 && <1.1, 129 monad-control >= 1.0 && <1.1,
130 optparse-applicative == 0.12.*, 130 optparse-applicative == 0.12.*,
131 parsec >= 3.1 && <3.2, 131 parsec >= 3.1.9 && <3.2,
132 indentation >= 0.2 && <0.3, 132 indentation >= 0.2 && <0.3,
133 pretty-compact >=1.0 && <1.1, 133 pretty-compact >=1.0 && <1.1,
134 text >= 1.2 && <1.3, 134 text >= 1.2 && <1.3,
@@ -189,7 +189,7 @@ executable lambdacube-compiler-coverage-test-suite
189 mtl >=2.2 && <2.3, 189 mtl >=2.2 && <2.3,
190 monad-control >= 1.0 && <1.1, 190 monad-control >= 1.0 && <1.1,
191 optparse-applicative == 0.12.*, 191 optparse-applicative == 0.12.*,
192 parsec >= 3.1 && <3.2, 192 parsec >= 3.1.9 && <3.2,
193 indentation >= 0.2 && <0.3, 193 indentation >= 0.2 && <0.3,
194 pretty-compact >=1.0 && <1.1, 194 pretty-compact >=1.0 && <1.1,
195 text >= 1.2 && <1.3, 195 text >= 1.2 && <1.3,