Skip to content

Commit a33a4e6

Browse files
Relax base bounds for ghc-9.0.1
1 parent 866e10f commit a33a4e6

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
@@ -75,7 +75,7 @@ library
7575
other-extensions: DeriveGeneric
7676
if impl(ghc >= 7.6)
7777
other-extensions: CApiFFI
78-
build-depends: base >= 4 && < 4.15,
78+
build-depends: base >= 4 && < 4.16,
7979
bytestring >= 0.9 && < 0.11
8080
if impl(ghc >= 7.2 && < 7.6)
8181
build-depends: ghc-prim

0 commit comments

Comments
 (0)