paul-rouse / mysql-simple

A mid-level client library for the MySQL database, intended to be fast and easy to use.
Other
91 stars 35 forks source link

Support bytestring 0.11.1.0 #61

Open Vekhir opened 8 months ago

Vekhir commented 8 months ago

Data.ByteString.Builder defines an instance Show Builder since bytestring 0.11.1.0

Fixes #60

Vekhir commented 8 months ago

@paul-rouse This PR concerning mysql-simple enables support for GHC 9.2 and higher. I've tested it on Arch Linux and would like to have a release with this patch in order to easily upgrade the Arch packages to GHC 9.2. Please make a new release on Hackage once merged.

Thanks, Vekhir