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 `QuickCheck` version `2.15`.

jonathanknowles opened this issue · comments

QuickCheck version 2.15 has been released:
https://hackage.haskell.org/package/QuickCheck-2.15

However, this package has the following upper bound that prevents building with the new release:
QuickCheck < 2.15

Suggested solution: bump the upper bound to:
QuickCheck < 2.16

Related issue: commercialhaskell/stackage#7391

Fixed by #31.