Changelog for multi-except-0.3.0.0
Revision history for multi-except
0.3.0.0 -- 2021-06-06
- Switch to dlist-nonempty package
0.2.1.0 -- 2021-05-31
- Added Bifunctor instance
- Added Foldable instance
- Added Traversable instance
0.2.0.0 -- 2021-05-29
- Changed order of type variables in
succeed
- Now required GHC >= 6.8.1 due to ScopedTypeVariables usage
0.1.4.0 -- 2021-05-26
- Added join, fromEitherPoly, throwErrors
0.1.3.0 -- 2021-05-26
0.1.2.0 -- 2021-05-26
0.1.1.0 -- 2021-05-11
- Added Alt instance from semigroupoids
0.1.0.0 -- 2021-05-11
- First version. Released on an unsuspecting world.