summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-27 11:22:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-27 11:22:53 -0700
commitfd11a5a5eb51d54f0d3ee91e859a63854f465971 (patch)
treed0010494ab327759a92bb6db714c9ff4419de5f7
parent265f0e3da12f9d8f7c9d3677a71b387fb5e6ff5f (diff)
Require latest zip-archive.
This has fixes for unicode path names. Note that compiling pandoc against zip-archive 0.2.3 or 0.2.3.1 will lead to invalid zip containers, causing LibreOffice (e.g.) to regard ODTs as corrupt.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1741c59f6..f7d7d9c7e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -214,7 +214,7 @@ Library
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.2,
- zip-archive >= 0.1.3.3 && < 0.3,
+ zip-archive >= 0.2.3.2 && < 0.3,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,