valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478 stars 58 forks source link

Enable compatibility with newer GHC and dependency versions #175

Closed jchia closed 2 years ago

jchia commented 2 years ago

The first 2 commits will allow selda packages to be used together with GHC 9.0, GHC 9.2 and newer versions of aeson, bytestring, random & time. The second 2 commits are for development ergonomics.

jchia commented 2 years ago

Hi, any updates? Is there anything that needs to be fixed for the PR to be merged and a new Hackage revision to be uploaded?

valderman commented 2 years ago

Looks great! Not sure why the tests are failing for 8.2, but I think it's pretty safe to drop that support at this point.