Changelog for hedgehog-classes-0.2.2
Changelog
hedgehog-classes uses PVP Versioning.
The changelog is available on GitHub.
0.2.2
- fix problem in storable set-get that caused attempt to index into 0-element malloc'd array
- Test suite now tests almost all laws sans arrow/category (thanks @ag-eitilt!)
- Correct tcName of
MonadPlus. WasMonad, now it'sMonadPlus.
0.2.1
- fix problem where ordLaws failed for everything. there was some messed up logic used to check that transitivity held. Thanks very much to @ocharles for reporting this.
0.2.0.1
- improve reliability of hedgehog output filtering.
0.2
- switch to hedgehog-1.0
- add
binaryLaws - relax cabal-version to 2.2
- use randomly generated, not hard-coded functions, in bifoldable tests
- significantly simplify pretty printing using
silentlypackage, and bad hack. - make several haddock improvements.
0.1.2
- add
semiringLaws,ringLaws,starLaws - fix bug in
foldableLawsthat could cause implementations offoldMapandfoldthat evaluate in weird orders to pass (rather than fail).
0.1.1
- Initial (stable) hackage release.
0.0.0
- Initially created.