./math/hs-monoid-subclasses, Subclasses of Monoid

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.5.1nb2, Package name: hs-monoid-subclasses-1.2.5.1nb2, Maintainer: pkgsrc-users

A hierarchy of subclasses of Monoid together with their instances for all
data structures from base, containers, and text packages.


Master sites:

Filesize: 59.145 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173)
Log message:
recursive revbump after patching lang/ghc910
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 14:38:52 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
math/hs-monoid-subclasses: update to monoid-subclasses-1.2.5.1

Version 1.2.5.1
---------------

* Bumped the `containers` dependency upper bound
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 06:40:09 by Masatake Daimon | Files touched by this commit (4)
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
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 08:07:04 by Masatake Daimon | Files touched by this commit (4)
Log message:
math/hs-monoid-subclasses: Update to 1.2.4.1

Version 1.2.4.1
* Bumped the text dependency upper bounds

Version 1.2.4
* Added Data.Monoid.Instances.PrefixMemory.Shadowed monoid transformer

Version 1.2.3
* Added DistributiveGCDMonoid and DistributiveLCMMonoid type class by
  Jonathan Knowles

Version 1.2.2
* Added Data.Monoid.LCM module with LCMMonoid type class by Jonathan
  Knowles
* Repaired links to Hackage within README.md by Jonathan Knowles
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94