Changelog for can-i-haz-0.3.1.1
Changelog for can-i-haz
0.3.1.1
- Fix certain warnings with newer GHC for cleaner builds.
0.3.1.0
- Add
liftMaybeutility function toControl.Monad.Except.CoHas.
0.3.0.0
- Reexport
Control.Monad.Readerfrom theControl.Monad.Reader.Hasmodule with customask,asksandreaderfunctions more compatible with theHasclass. - Similarly for
Control.Monad.Except,CoHasandthrowError/liftErrorfunctions.
0.2.1.0
- Added the
updatemethod toHas(yay lenses). - Fixed the documentation regarding the recursiveness of the search.
0.2.0.1
- Less boilerplate for
Hastuple instances andCoHasEitherinstance. - Out-of-the-box
Hassupport for up to sextuples due to the reduced boilerplate.
0.2.0.0
- Added
CoHasclass (dual toHas), allowing injecting values into sum types.
0.1.0.1
- Added documentation.
- Export the SearchSuccessful type which might aid hand-writing instances.
0.1.0.0
Initial release.