From 9ccd40f1142e08dd06629b156685ff5d42bf9e2d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Feb 2024 09:07:56 -0800 Subject: Allow zlib 0.7. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3