diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-12-03 16:25:00 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-12-03 16:25:00 -0800 |
commit | 48115fcf1a9469e836bbe5b0b6405dda3cfa86cc (patch) | |
tree | 159c1ac773c33f590d09d05ff078525b563e92df | |
parent | 4060df6891bf38090de90081c081e80be1565193 (diff) | |
download | pandoc-48115fcf1a9469e836bbe5b0b6405dda3cfa86cc.tar.gz |
Allow latest zip-archive.
-rw-r--r-- | pandoc.cabal | 4 |
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) |