summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-09-16 14:21:13 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-09-16 14:21:13 +0200
commit6cfd368e594aaca8579acbb700f7c1a4302f280a (patch)
treecc002e0327ff5a5eca34a8aa428415147794fb55 /lambdacube-compiler.cabal
parente3bf90b0ba18b5dcaa7e166efb5d270301608aeb (diff)
use megaparsec 5.0
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 c0de68a1..0eb3868c 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -83,7 +83,7 @@ library
83 exceptions >= 0.8 && <0.9, 83 exceptions >= 0.8 && <0.9,
84 filepath >=1.4 && <1.5, 84 filepath >=1.4 && <1.5,
85 mtl >=2.2 && <2.3, 85 mtl >=2.2 && <2.3,
86 megaparsec >= 4.4.0 && <4.5, 86 megaparsec >=5.0 && <5.1,
87 ansi-wl-pprint >=0.6 && <0.7, 87 ansi-wl-pprint >=0.6 && <0.7,
88 pretty-show >= 1.6.9, 88 pretty-show >= 1.6.9,
89 text >= 1.2 && <1.3, 89 text >= 1.2 && <1.3,
@@ -107,7 +107,7 @@ executable lambdacube-compiler-unit-tests
107 base < 4.10, 107 base < 4.10,
108 containers >=0.5 && <0.6, 108 containers >=0.5 && <0.6,
109 lambdacube-compiler, 109 lambdacube-compiler,
110 megaparsec >= 4.3.0 && <4.5, 110 megaparsec >=5.0 && <5.1,
111 QuickCheck >= 2.8.2 && <2.10, 111 QuickCheck >= 2.8.2 && <2.10,
112 tasty >= 0.11 && <0.12, 112 tasty >= 0.11 && <0.12,
113 tasty-quickcheck >=0.8 && <0.9 113 tasty-quickcheck >=0.8 && <0.9
@@ -136,7 +136,7 @@ executable lambdacube-compiler-test-suite
136 mtl >=2.2 && <2.3, 136 mtl >=2.2 && <2.3,
137 monad-control >= 1.0 && <1.1, 137 monad-control >= 1.0 && <1.1,
138 optparse-applicative >=0.12 && <0.14, 138 optparse-applicative >=0.12 && <0.14,
139 megaparsec >= 4.3.0 && <4.5, 139 megaparsec >=5.0 && <5.1,
140 ansi-wl-pprint >=0.6 && <0.7, 140 ansi-wl-pprint >=0.6 && <0.7,
141 patience >= 0.1 && < 0.2, 141 patience >= 0.1 && < 0.2,
142 text >= 1.2 && <1.3, 142 text >= 1.2 && <1.3,
@@ -244,7 +244,7 @@ executable lambdacube-compiler-coverage-test-suite
244 mtl >=2.2 && <2.3, 244 mtl >=2.2 && <2.3,
245 monad-control >= 1.0 && <1.1, 245 monad-control >= 1.0 && <1.1,
246 optparse-applicative >=0.12 && <0.14, 246 optparse-applicative >=0.12 && <0.14,
247 megaparsec >= 4.3.0 && <4.5, 247 megaparsec >=5.0 && <5.1,
248 ansi-wl-pprint >=0.6 && <0.7, 248 ansi-wl-pprint >=0.6 && <0.7,
249 pretty-show >= 1.6.9, 249 pretty-show >= 1.6.9,
250 patience >= 0.1 && < 0.2, 250 patience >= 0.1 && < 0.2,