summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-24 22:16:54 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-24 22:16:54 +0200
commit8f5499c4df960e82e44759a1368028ef5a30be33 (patch)
tree2bdbc1df7a0ede94c8842640e7c25754e46f88cb /lambdacube-compiler.cabal
parentf473b5ed7cdf46c764e8a77edd8333487c76f31d (diff)
switch to megaparsec-4.4; use RWS monad instead of Reader+Writer+State
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 d5b43e82..79dc8f42 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -78,7 +78,7 @@ library
78 exceptions >= 0.8 && <0.9, 78 exceptions >= 0.8 && <0.9,
79 filepath, 79 filepath,
80 mtl >=2.2 && <2.3, 80 mtl >=2.2 && <2.3,
81 megaparsec >= 4.3.0 && <4.5, 81 megaparsec >= 4.4.0 && <4.5,
82 wl-pprint >=1.2 && <1.3, 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,