Skip to content

Commit 889a2d4

Browse files
author
John Hann
committed
Allow more recent bytestring lib versions.
1 parent eeed18f commit 889a2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memcached.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tested-with: GHC==6.8.2, GHC==6.10
1616
build-depends:
1717
base >3 && <5,
1818
network,
19-
bytestring >=0.9 && <0.10,
19+
bytestring >=0.9 && <0.11,
2020
utf8-light >=0.4 && <1.0
2121

2222
extra-source-files:

0 commit comments

Comments
 (0)