summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-29 11:42:54 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-29 11:43:07 +0100
commit3f7ebace8562ff63e030f19af2841f9c2a537bc3 (patch)
treeca8018c7eddf26b2aecab953c9fd2ccf343fa5c6 /lambdacube-compiler.cabal
parent1e7cd49b76c0764b9e424aa6702929005c235cb9 (diff)
dependency change: pretty-compact --> wl-pprint
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 90ed99c4..50308b6d 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -79,7 +79,7 @@ library
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.4,
82 pretty-compact >=1.0 && <1.1, 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,
85 lambdacube-ir == 0.3.*, 85 lambdacube-ir == 0.3.*,
@@ -132,7 +132,7 @@ executable lambdacube-compiler-test-suite
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.4,
135 pretty-compact >=1.0 && <1.1, 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,
138 time >= 1.5 && <1.6, 138 time >= 1.5 && <1.6,
@@ -240,7 +240,7 @@ executable lambdacube-compiler-coverage-test-suite
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.4,
243 pretty-compact >=1.0 && <1.1, 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,
246 text >= 1.2 && <1.3, 246 text >= 1.2 && <1.3,