All Versions
11
Latest Version
Avg Release Cycle
77 days
Latest Release
1421 days ago

Changelog History
Page 1

  • v0.2.5 Changes

    June 03, 2020
    • ➕ Add MUVector laws
    • ⚡️ Update upper bounds on dependencies
  • v0.2.5.1 Changes

    August 03, 2020
    • ⬆️ Bump upper bound on pretty-show from <1.10 to <1.11
  • v0.2.4 Changes

    September 05, 2019
    • Semirings upper bound increased to 0.6. [0.2, 0.5) -> [0.2, 0.6)
    • ➕ Add primLaws.
    • ✂ Remove GHC 8.8.1 from cabal's tested-with field.
    • ➕ Add documentation to comonadLaws.
  • v0.2.4.1 Changes

    January 27, 2020
    • 🛠 Fix error introduced by change of hedgehog's internal API between hedgehog-1.0.1 and hedgehog-1.0.2.
    • ✅ Re-add GHC 8.8.1 to cabal's tested-with field.
  • v0.2.3 Changes

    August 13, 2019
    • Semirings upper bound increased to 0.5. Lower bound not touched. [0.2, 0.4) -> [0.2, 0.5)
    • ➕ Add comonadLaws.
  • v0.2.2 Changes

    July 29, 2019
    • 🛠 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. Was Monad, now it's MonadPlus.
  • v0.2.1 Changes

    June 11, 2019
    • 🛠 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.
  • v0.2.0.1 Changes

    • 👌 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 silently package, and bad hack.
    • 👉 make several haddock improvements.
  • v0.1.2 Changes

    March 24, 2019
    • ➕ add semiringLaws, ringLaws, starLaws
    • 🛠 fix bug in foldableLaws that could cause implementations of foldMap and fold that evaluate in weird orders to pass (rather than fail).
  • v0.1.1 Changes

    • 🎉 Initial (stable) hackage release.