Skip to content

Commit a339d09

Browse files
committed
Allow base-4.16
1 parent 7fe9bd4 commit a339d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ library
9191
if impl(ghc >= 7.6)
9292
other-extensions: CApiFFI
9393

94-
build-depends: base >= 4 && < 4.16,
94+
build-depends: base >= 4 && < 4.17,
9595
bytestring >= 0.9 && < 0.12
9696
if impl(ghc >= 7.0 && < 8.0.3)
9797
build-depends: ghc-prim

0 commit comments

Comments
 (0)