summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-02-24 20:42:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-02-24 20:42:28 -0800
commit38bd4162fefb35a33c22dd939a594262fbdc8a46 (patch)
treed90a8a26087996a29d4e8ac05c429b2a730d5260 /pandoc.cabal
parentf2bd6fd37ce6b6dfc0c382fefd3cecde57951740 (diff)
Allow zip-archive 0.3.
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 69095831d..68de0afa8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -253,7 +253,7 @@ Library
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
- zip-archive >= 0.2.3.4 && < 0.3,
+ zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
texmath >= 0.8.4.1 && < 0.9,
xml >= 1.3.12 && < 1.4,
@@ -481,7 +481,7 @@ Test-Suite test-pandoc
containers >= 0.1 && < 0.6,
ansi-terminal >= 0.5 && < 0.7,
executable-path >= 0.0 && < 0.1,
- zip-archive >= 0.2.3.4 && < 0.3
+ zip-archive >= 0.2.3.4 && < 0.4
Other-Modules: Tests.Old
Tests.Helpers
Tests.Arbitrary