summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-08 09:07:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-08 09:07:56 -0800
commit9ccd40f1142e08dd06629b156685ff5d42bf9e2d (patch)
tree9a67b7612febdc1c896b0a1adebfde97378436dd /pandoc.cabal
parent719f31b26b54eba50cb482c561650748a15bb73a (diff)
Allow zlib 0.7.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d64d9afe8..f74225710 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -520,7 +520,7 @@ library
unicode-transforms >= 0.3 && < 0.5,
yaml >= 0.11 && < 0.12,
zip-archive >= 0.4.3 && < 0.5,
- zlib >= 0.5 && < 0.7,
+ zlib >= 0.5 && < 0.8,
xml >= 1.3.12 && < 1.4,
typst >= 0.5 && < 0.5.1,
vector >= 0.12 && < 0.14