Path to this page:
Subject: CVS commit: pkgsrc/math/hs-monoid-subclasses
From: Masatake Daimon
Date: 2024-04-29 06:40:09
Message id: 20240429044009.1AF94FA2C@cvs.NetBSD.org
Log Message:
math/hs-monoid-subclasses: Update to 1.2.5
Version 1.2.5
Data.Monoid.Null.MonoidNull now has a default implementation
Add instances of MonoidNull and (where appropriate) PositiveMonoid for:
(a, b, c, d, e)
Data.Functor.Compose f g a
Data.Functor.Const r a
Data.Functor.Identity a
Data.Functor.Product f g a
Data.Ord.Down a
Data.Proxy.Proxy a
Data.Semigroup.Max a
Data.Semigroup.Min a
Data.Semigroup.WrappedMonoid a
GHC.Generics.(:*:) f g a
GHC.Generics.(:.:) f g a
GHC.Generics.K1 i c p
GHC.Generics.M1 i c f p
GHC.Generics.Par1 p
GHC.Generics.Rec1 f p
GHC.Generics.U1 p
Added instances of Reductive for Max a, Min a, Any, and All
Bumped the commutative-semigroups dependency upper bound
Files: