Changelog for auto-lift-classes-1.1
Revision history for auto-lift-classes
1.1 -- 2023-12-08
- Rename
AutoLift
module asAutoLift.Coercible
andAutoLift
module is now alias ofAutoLift.Coercible
. - Add
AutoLift.Functor
module, which is almost drop-in replacement ofAutoLift.Coercible
, which usesFunctor f
instead of(forall x y. Coercibe x y => Coercible (f x) (f y))
. Same forBifunctor f
.
1.0.1 -- 2023-04-06
- Fix the build failure on GHC 9.6 (#2)
1 -- 2023-01-12
- First version.