Allow latest zip-archive.

This commit is contained in:
John MacFarlane 2018-12-03 16:25:00 -08:00
parent 4060df6891
commit 48115fcf1a

View file

@ -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)