Skip to content

Commit 9b4b73c

Browse files
committed
Allow bytestring-0.12
1 parent 7317b8a commit 9b4b73c

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
@@ -97,7 +97,7 @@ library
9797
other-extensions: CApiFFI
9898

9999
build-depends: base >= 4 && < 4.19,
100-
bytestring >= 0.9 && < 0.12
100+
bytestring >= 0.9 && < 0.13
101101
if impl(ghc >= 7.0 && < 8.0.3)
102102
build-depends: ghc-prim
103103

0 commit comments

Comments
 (0)