jonathanknowles / quickcheck-groups

QuickCheck support for testing instances of classes defined in the groups library.

Home Page:https://hackage.haskell.org/package/quickcheck-groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support GHC `9.6.1` and `base` `4.18.0.0`.

jonathanknowles opened this issue · comments

Support GHC `9.6.1` and `base` `4.18.0.0`.

Fixed (in principle) by #19, but leaving this issue open until it's possible to add GHC 9.6.1 to the CI build matrix.

(It's currently not possible to build with GHC 9.6.1 without also specifying --allow-newer, as some dependencies still require base < 4.18.)

Fixed by #21.