- Version bounds now allow GHC 9.10
- Version bounds now allow GHC 9.6 and 9.8
- Fix TypeOperators warning in Test.Predicates
- Version bounds now allow GHC 9.4
- Better error messages for HUnit integration.
- Builds with GHC 9.2.1
- HUnit and Hspec integration is now available in
Test.Predicates.HUnit.
Predicatenow has aContravariantinstance.==~is an infix synonym foraccept.- Cabal
regexandcontainersflags (default true) enable regex and container predicates, respectively. - Cabal
devflag (default false) turns GHC warnings into errors. - The
inBranchandqADTcombinators are now available for more convenient matching of algebraic data types and fields. - QuickCheck integration is now available in
Test.Predicates.QuickCheck.
- First version. Released on an unsuspecting world.