lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Raises lowerbound on bytestring package due to use of toStrict (only … #164

Closed timmytofu closed 9 years ago

timmytofu commented 9 years ago

…publicly exposed in bytestring-0.10.0.0)

Noticed it when trying to bump bounds on the snaplet:

https://travis-ci.org/mightybyte/snaplet-postgresql-simple/jobs/84997385

lpsmith commented 9 years ago

Thanks for the report, I changed the metadata on Hackage. I think I'll likely use CPP to still allow for bytestring-0.9 in the next release, instead.