2024-04-28 13:54:38 by Masatake Daimon | Files touched by this commit (4) |
Log message: math/hs-commutative-semigroups: Update to 0.2 0.2 -- 2024-04-09 Removed the instances for the Event and Lifetime types unavailable on Windows 0.1.1.0 -- 2024-03-24 Added more trivial instances for semigroups from base 0.1.0.2 -- 2023-12-22 Support GHC 9.8.1 |
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-24 10:41:12 by Masatake Daimon | Files touched by this commit (4) |
Log message: math/hs-commutative-semigroups: Update to 0.1.0.1 0.1.0.1 -- 2023-04-17 * Loosen version bounds * Support GHC 9.6.1 |
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message: Bump Haskell packages after updating lang/ghc94 |
2023-01-26 04:35:18 by Masatake Daimon | Files touched by this commit (5) |
Log message: math/hs-commutative-semigroups: import hs-commutative-semigroups-0.1.0.0 A commutative semigroup is a semigroup where the order of arguments to mappend does not matter. class Semigroup g => Commutative g |