Skip to content

Commit 7b24d66

Browse files
committed
[feat] allow newer bytestring for GHC 9.8 compatibility
1 parent c2844b6 commit 7b24d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HaskellNet-SSL.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535
build-depends: base >= 4 && < 5,
3636
HaskellNet >= 0.3 && < 0.7,
3737
crypton-connection >= 0.3.1,
38-
bytestring >= 0.9 && < 0.12,
38+
bytestring >= 0.9 && < 0.13,
3939
data-default >= 0.2 && < 0.8
4040
if flag(network-bsd)
4141
build-depends: network >= 3.0 && < 3.2,

0 commit comments

Comments
 (0)