summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-11 12:13:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-11 12:13:32 -0700
commit7ec953e31bd25269d000558c50495848b0f9c952 (patch)
tree4d3d01797a9f6a5273e348ce4cc0a3f544cc1be1 /pandoc.cabal
parent95d9b43b425a57575c4c147a105cbe69d78854eb (diff)
Require zip-archive 0.2.3.4, with normalized path comparison.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b5110de3d..4b2da0f9e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -226,7 +226,7 @@ Library
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.2,
- zip-archive >= 0.2.3.2 && < 0.3,
+ zip-archive >= 0.2.3.4 && < 0.3,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
@@ -405,7 +405,7 @@ Test-Suite test-pandoc
HUnit >= 1.2 && < 1.3,
containers >= 0.1 && < 0.6,
ansi-terminal >= 0.5 && < 0.7,
- zip-archive >= 0.2.3.2 && < 0.3
+ zip-archive >= 0.2.3.4 && < 0.3
Other-Modules: Tests.Old
Tests.Helpers
Tests.Arbitrary