bytestring dependency too low
ocharles opened this issue · 4 comments
ocharles commented
You are using BL.toStrict
, but this is not in bytestring 0.9.
michaelklishin commented
What's the minimum version that should be used?
ocharles commented
I believe 0.10 is when Data.ByteString.Lazy.toStrict
was introduced
hreinhardt commented
I fixed this on master but it's not yet on Hackage: a38fd7e
hreinhardt commented
Version 0.7.0 on Hackage should now work with older versions of bytestring.