summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 02:01:29 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 02:01:29 +0200
commit7e9105793bd0d5ff7197a5860ac5339dea677e0e (patch)
treefa003b495b78a8b5cb5e6505c72a32bc6e80e1b3 /lambdacube-compiler.cabal
parenta23ba9fced413f1b63640ba9bd81686a7eb59ee1 (diff)
switch to ansi-wl-pprint
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 98f2e358..17c8fd56 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -83,7 +83,7 @@ library
83 filepath, 83 filepath,
84 mtl >=2.2 && <2.3, 84 mtl >=2.2 && <2.3,
85 megaparsec >= 4.4.0 && <4.5, 85 megaparsec >= 4.4.0 && <4.5,
86 wl-pprint >=1.2 && <1.3, 86 ansi-wl-pprint >=0.6 && <0.7,
87 pretty-show >= 1.6.9, 87 pretty-show >= 1.6.9,
88 text >= 1.2 && <1.3, 88 text >= 1.2 && <1.3,
89 lambdacube-ir == 0.4.*, 89 lambdacube-ir == 0.4.*,