Changelog for monoid-extras-0.3.3.3
* 0.3.3.3: 15 May 2014
- allow semigroups-0.14
* 0.3.3.2: 10 April 2014
- allow semigroups-0.13
* 0.3.3.1: 9 March 2014
- drop dependency on deprecated `groupoids` package
* 0.3.3: 4 March 2014
- export Pos and Neg types, to improve Haddock documentation
* 0.3.2.4: 27 November 2013
- allow semigroups-0.12
* 0.3.2.3: 19 October 2013
- Allow groupoids-4 and semigroupoids-4
* 0.3.2.2: 26 September 2013
- allow semigroups-0.11
* 0.3.2.1: 25 September 2013
- allow groups-0.4
* 0.3.2: 30 August 2013
- new Group instance for Endomorphism
* 0.3.1: 20 August 2013
- new module Data.Monoid.Endomorphism
- add derived Functor, Foldable, and Traversable instances for Data.Monoid.Inf.Inf
* 0.3: 2 May 2013
- generalize PosInf to Inf, which supports making monoids out of
semigroups under both min and max
* 0.2.2.3: 28 March 2013
- bump upper bound to allow base-4.7
* 0.2.2.2: 7 January 2013
- bump upper bound to allow semigroups-0.9
* 0.2.2.1: 11 December 2012
- Small fix to allow building under older GHCs
* 0.2.2.0: 10 December 2012
- Add new module Data.Monoid.Recommend
* 0.2.1.0: 28 September 2012
- Add new module Data.Monoid.Cut
- Documentation improvements
- Add Show instance for Split
* 0.2.0.0: 3 September 2012
- Remove instances for actions on pairs and triples, and add some
commentary explaining why adding them was a bad idea in the first
place.
* 0.1.1.0
- Add instances for actions on pairs and triples
* 0.1.0.0
- initial release