haskellari / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
84 stars 43 forks source link

Support base-4.17 #96

Closed parsonsmatt closed 1 year ago

parsonsmatt commented 1 year ago

95

Tested from persistent and opaleye via allow-newer

tomjaguarpaw commented 1 year ago

@phadej Is there anything we can do to get this bound bumped? I don't fully understand CONTRIBUTING.md. This is not "a source code change" but does require "a patch to support newer base/GHC version". So I guess it does require changing tested-with and haskell-ci.yml. In which case does it help you if someone submits a patch to do that?

phadej commented 1 year ago

In which case does it help you if someone submits a patch to do that?

No.

phadej commented 1 year ago

Done in https://github.com/haskellari/postgresql-simple/pull/103