From 3b55b290534badd982ed33a8f235f980ccdbfadf Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 19 Oct 2024 01:58:00 +0100 Subject: [PATCH] Allow base-4.21 --- zlib/zlib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlib/zlib.cabal b/zlib/zlib.cabal index 59678d9..b2df619 100644 --- a/zlib/zlib.cabal +++ b/zlib/zlib.cabal @@ -84,7 +84,7 @@ library other-extensions: DeriveGeneric other-extensions: CApiFFI - build-depends: base >= 4.9 && < 4.21, + build-depends: base >= 4.9 && < 4.22, bytestring >= 0.9 && < 0.13 build-tools: hsc2hs >= 0.67 && < 0.69