summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-23 23:52:03 +0300
committerdefanor <defanor@uberspace.net>2018-02-23 23:52:03 +0300
commit66663c0610dd33465cdb95dfc66e44a973088c43 (patch)
tree6aea0f3b9efd79a7ec118c365e1d771699f291d4 /pancake.cabal
parentd74daa98ca9fe0ff73f273ba628ce4e728c02cf7 (diff)
Get rid of DeepSeq
That was a hacky fix, now it's fixed in the redland bindings.
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pancake.cabal b/pancake.cabal
index 488d3ca..f44a162 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -48,7 +48,6 @@ executable pancake
, bytestring >= 0.10.8.1 && < 1
, containers >= 0.5.7.1 && < 1
, data-default >= 0.7.1.1 && < 1
- , deepseq >= 1.4.2.0 && < 2
, directory >= 1.2.6.2 && < 2
, filepath >= 1.4.1.0 && < 2
, haskeline >= 0.7 && < 1
@@ -61,7 +60,7 @@ executable pancake
, pandoc-types >= 1.17.0.5 && < 2
, parsec >= 3.1.11 && < 4
, process >= 1.6 && < 2
- , redland >= 0.2 && < 0.3
+ , redland >= 0.2.0.1 && < 0.3
, regex-base >= 0.93.2 && < 1
, regex-tdfa >= 1.2.2 && < 2
, terminfo >= 0.4.0.2 && < 1