aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-03 16:25:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-03 16:25:00 -0800
commit48115fcf1a9469e836bbe5b0b6405dda3cfa86cc (patch)
tree159c1ac773c33f590d09d05ff078525b563e92df /pandoc.cabal
parent4060df6891bf38090de90081c081e80be1565193 (diff)
downloadpandoc-48115fcf1a9469e836bbe5b0b6405dda3cfa86cc.tar.gz
Allow latest zip-archive.
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 5c64f48e6..ff1a31c32 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -364,7 +364,7 @@ library
text >= 1.1.1.0 && < 1.3,
time >= 1.5 && < 1.10,
safe >= 0.3 && < 0.4,
- zip-archive >= 0.2.3.4 && < 0.4,
+ zip-archive >= 0.2.3.4 && < 0.5,
HTTP >= 4000.0.5 && < 4000.4,
texmath >= 0.11 && < 0.12,
xml >= 1.3.12 && < 1.4,
@@ -658,7 +658,7 @@ test-suite test-pandoc
QuickCheck >= 2.4 && < 2.13,
containers >= 0.4.2.1 && < 0.7,
executable-path >= 0.0 && < 0.1,
- zip-archive >= 0.2.3.4 && < 0.4,
+ zip-archive >= 0.2.3.4 && < 0.5,
xml >= 1.3.12 && < 1.4,
Glob >= 0.7 && < 0.10
if impl(ghc < 8.0)