cdepillabout / servant-checked-exceptions

type-level errors for Servant APIs.
https://hackage.haskell.org/package/servant-checked-exceptions
BSD 3-Clause "New" or "Revised" License
73 stars 14 forks source link

Update Stackage resolver and tested compiler versions in CI #41

Closed cdepillabout closed 1 year ago

cdepillabout commented 1 year ago

This PR bumps the minimum required servant versions to at least 0.19, and the minimum required GHC version to 9.2.

This is likely not strictly necessary, but will hopefully make tackling #40 a little easier.