packages feed

notzero-0.0.10: changelog

0.0.10

* Add `NumberM` alias and construction function.

0.0.9

* Require GHC >= 7.8
* Add `notZeroElse1`

0.0.8

* Change use of `fmap` to `liftM` for older GHC versions.

0.0.7

* Fix invariant break in `notZeroElse`.

0.0.6

* Fix bug in `notZeroElse`.

0.0.5

* Changed `notZero1` to just be the value 1.

0.0.4

* Add `NotZero` functions to construct with default.

0.0.3

* Monoid instances on `NotZeroOr` and `AccNotZeroOr`.

0.0.2

* Semigroup instances on `NotZeroOr` and `AccNotZeroOr`.

0.0.1

* Initial version