summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-19 23:28:03 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-19 23:28:17 +0100
commit25ad13406ac9d250bbdb2ca1d178b61598cd76ab (patch)
treef404f37fbc42c1254ef7b4a41a61c3245b965af9 /lambdacube-compiler.cabal
parentb6a64f2eb75c269522b3be8c7d72564b1c28ecea (diff)
Use optparse-applicative in runTests
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 7c367a8c..15dc9e40 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -112,9 +112,10 @@ executable lambdacube-compiler-test-suite
112 directory, 112 directory,
113 exceptions >= 0.8 && <0.9, 113 exceptions >= 0.8 && <0.9,
114 filepath, 114 filepath,
115 lambdacube-compiler,
115 mtl >=2.2 && <2.3, 116 mtl >=2.2 && <2.3,
116 monad-control >= 1.0 && <1.1, 117 monad-control >= 1.0 && <1.1,
117 lambdacube-compiler, 118 optparse-applicative == 0.12.*,
118 parsec >= 3.1 && <3.2, 119 parsec >= 3.1 && <3.2,
119 indentation >= 0.2 && <0.3, 120 indentation >= 0.2 && <0.3,
120 pretty-compact >=1.0 && <1.1, 121 pretty-compact >=1.0 && <1.1,
@@ -148,13 +149,14 @@ executable lambdacube-compiler-coverage-test-suite
148 directory, 149 directory,
149 exceptions >= 0.8 && <0.9, 150 exceptions >= 0.8 && <0.9,
150 filepath, 151 filepath,
152 lambdacube-ir == 0.1.*,
151 mtl >=2.2 && <2.3, 153 mtl >=2.2 && <2.3,
152 monad-control >= 1.0 && <1.1, 154 monad-control >= 1.0 && <1.1,
155 optparse-applicative == 0.12.*,
153 parsec >= 3.1 && <3.2, 156 parsec >= 3.1 && <3.2,
154 indentation >= 0.2 && <0.3, 157 indentation >= 0.2 && <0.3,
155 pretty-compact >=1.0 && <1.1, 158 pretty-compact >=1.0 && <1.1,
156 text >= 1.2 && <1.3, 159 text >= 1.2 && <1.3,
157 lambdacube-ir == 0.1.*,
158 vector >= 0.11 && <0.12 160 vector >= 0.11 && <0.12
159 161
160 162