haskell-servant / servant-quickcheck

40 stars 21 forks source link

QuickCheck 2.12 Compatibility #58

Closed parsonsmatt closed 5 years ago

parsonsmatt commented 6 years ago

This commit relaxes the bounds on QuickCheck, allowing it to be compatible with 2.12. In order to be compatible with 2.12, we had to CPP some definitions that referenced code that was deleted.

cf https://github.com/commercialhaskell/stackage/issues/3949