nikita-volkov / hasql-implicits

Implicit definitions for Hasql, such as default codecs for standard types
http://hackage.haskell.org/package/hasql-implicits
MIT License
2 stars 2 forks source link

Build with GHC 981 / Modernize CI #6

Closed wolfgangwalther closed 8 months ago

wolfgangwalther commented 8 months ago

Had to adjust Prelude.hs to make it build with GHC 9.8.1. While at it, I copied the GitHub Actions workflows you seem to have in most of your repos right now (took it from https://github.com/nikita-volkov/hasql-pool/commit/53846aa4d3c225402c5c06d9e8d14316fa9de145).

nikita-volkov commented 8 months ago

I copied the GitHub Actions workflows you seem to have in most of your repos right now

Thanks! That made it much easier to merge :)