packages feed

quickcheck-monoid-subclasses-0.1.0.0: CHANGELOG.md

# 0.1.0.0

- Added laws for the `LCMMonoid` type class.
- Added laws for the `GCDMonoid` type class to match those of `LCMMonoid`.

# 0.0.0.1

- Revised lower dependency bound for the `vector` package.

# 0.0.0.0

- Provides support for testing instances of classes defined in the following
  modules:
    - `Data.Monoid.GCD`
    - `Data.Monoid.Monus`
    - `Data.Monoid.Null`
    - `Data.Semigroup.Cancellative`