lpsmith / postgresql-simple

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

make a new release for compatibility with ghc-8.4.1 #252

Open ruomad opened 6 years ago

ruomad commented 6 years ago

It would be nice to make a release integrating the master commits implementing compatibility with the new base

BardurArantsson commented 6 years ago

@lpsmith I'd also greatly appreciate a release so that I no longer have to vendor my tuple size "fix".

alpmestan commented 6 years ago

Same for servant (one of our cookbook examples uses postgresql-simple, and we build it in CI).

tomjaguarpaw commented 6 years ago

Same for opaleye.

Please let us know if we can be of any help with this!

phadej commented 6 years ago

NMU performed. http://hackage.haskell.org/package/postgresql-simple-0.5.4.0

https://github.com/haskell-infra/hackage-trustees/issues/155

BardurArantsson commented 6 years ago

Very nice, thank you!