aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-12-10 10:24:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-12-10 10:24:02 -0800
commit26052d3cbaa5da50ed55dc5c1e68287554924980 (patch)
treed24f35f220a7df44d5ffd36236320393cd528ba5 /pandoc.cabal
parent142f81889b6ede73f965afa01ac67427e1335e9d (diff)
downloadpandoc-26052d3cbaa5da50ed55dc5c1e68287554924980.tar.gz
Allow zip-archive 0.2.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 91944d068..7ea8e7758 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -211,7 +211,7 @@ Library
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.1,
- zip-archive >= 0.1.3.3 && < 0.2,
+ zip-archive >= 0.1.3.3 && < 0.3,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,