hasura / pg-client-hs

A low level Haskell library to connect to postgres
Apache License 2.0
25 stars 15 forks source link

Add support for GHC 9.2 #59

Closed jkachmar closed 2 years ago

jkachmar commented 2 years ago

Based off of #58; this should not be merged until that PR has been finalized.


This PR refactors a few aspects of this project:

  1. Adds support for GHC 9.2.2 to the library itself, primarily by addressing several new warnings that have been introduced between 8.10 and 9.2
  2. Updates CI to manage several different freeze files corresponding to different versions of GHC
  3. Adds some more common build commands to the Makefile