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:34:09 by Masatake Daimon | Files touched by this commit (3) | ![]() |
Log message: math/hs-commutative-semigroups: update to commutative-semigroups-0.2.0.1 ## 0.2.0.1 -- 2024-05-18 - Loosen dependency bounds for GHC 9.10, thanks to yaitskov |
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-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 |