summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-03 23:00:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-03 23:00:28 -0800
commitb40001e38cc374ced7b864df5b9c26c1734773fe (patch)
tree8c3d7802c44d2d09acc7d7f2aad8abe8fe49e43e /pandoc.cabal
parentfda367ce591d6ef289bb12c548d58a73f2bb07cd (diff)
Use 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 3c3b6c964..06200be55 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -519,7 +519,7 @@ library
unicode-collation >= 0.1.1 && < 0.2,
unicode-transforms >= 0.3 && < 0.5,
yaml >= 0.11 && < 0.12,
- zip-archive >= 0.2.3.4 && < 0.5,
+ zip-archive >= 0.4.3 && < 0.5,
zlib >= 0.5 && < 0.7,
xml >= 1.3.12 && < 1.4
@@ -761,7 +761,7 @@ test-suite test-pandoc
text >= 1.1.1.0 && < 2.1,
time >= 1.5 && < 1.14,
xml >= 1.3.12 && < 1.4,
- zip-archive >= 0.2.3.4 && < 0.5
+ zip-archive >= 0.4.3 && < 0.5
other-modules: Tests.Old
Tests.Command
Tests.Helpers