aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-30 13:53:14 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-30 13:53:14 -0800
commitc2998f5e902a0a96eb4fa0f3d24b89fe1bb5579d (patch)
tree4d2f69a4e920641ec5d436ac35c503f5879b7b1e
parentf1dde27088b26751ebe38165c2c7b7efb203feae (diff)
downloadpandoc-c2998f5e902a0a96eb4fa0f3d24b89fe1bb5579d.tar.gz
Require non-buggy zip-archive 0.1.1.7.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 17fcf80f5..78f2b1099 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -195,7 +195,7 @@ Library
process >= 1 && < 1.1,
directory >= 1 && < 1.2,
bytestring >= 0.9 && < 1.0,
- zip-archive >= 0.1.1.4 && < 0.2,
+ zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
old-time >= 1 && < 1.1,
HTTP >= 4000.0.5 && < 4000.2,
@@ -279,7 +279,7 @@ Executable pandoc
process >= 1 && < 1.1,
directory >= 1 && < 1.2,
bytestring >= 0.9 && < 1.0,
- zip-archive >= 0.1.1.4 && < 0.2,
+ zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
old-time >= 1 && < 1.1,
HTTP >= 4000.0.5 && < 4000.2,