PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Update stackage snapshots #3511

Closed wolfgangwalther closed 1 month ago

wolfgangwalther commented 1 month ago

This updates the stackage snapshots to build with GHC 9.6.5 instead of 9.4.5. The freebsd build is still left on the older snapshot to build with 9.4.5, because that's the latest version that is supported there.

I think there has been some recent work around hasql which resulted in new releases. There is more work towards pipelining, eventually we might support that as well. But that won't be any help for everything that we currently build via stack, because those have still been on older versions. By keeping the stackage snapshot up2date in the future, we will be able to make sure to have those improvements in our windows, macos, etc. builds, too.