hreinhardt/amqp

bytestring dependency too low

ocharles opened this issue · 4 comments

You are using BL.toStrict, but this is not in bytestring 0.9.

What's the minimum version that should be used?

I believe 0.10 is when Data.ByteString.Lazy.toStrict was introduced

I fixed this on master but it's not yet on Hackage: a38fd7e

Version 0.7.0 on Hackage should now work with older versions of bytestring.