Skip to content

Commit 466b01b

Browse files
authored
bytestring >=0.11 bound (#358)
Prior to `bytestring-0.9.3`, `memcpy` had a different type, breaking `unix-2.7.3` (#357) Furthermore, since `unix-2.8.0.0` we depend on `filepath >=1.4.100.0`, which already implies `bytestring >=0.11.3`
1 parent 1e32d82 commit 466b01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ library
8383

8484
build-depends:
8585
base >= 4.12.0.0 && < 4.23,
86-
bytestring >= 0.9.2 && < 0.13,
86+
bytestring >= 0.11 && < 0.13,
8787
time >= 1.9.1 && < 1.16
8888

8989
if flag(os-string)

0 commit comments

Comments
 (0)