- 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
.
Predicate
now has aContravariant
instance.==~
is an infix synonym foraccept
.- Cabal
regex
andcontainers
flags (default true) enable regex and container predicates, respectively. - Cabal
dev
flag (default false) turns GHC warnings into errors. - The
inBranch
andqADT
combinators 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.