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-02-01 10:11:44 by Masatake Daimon | Files touched by this commit (3) | ![]() |
Log message: devel/hs-monoidal-containers: update to monoidal-containers-0.6.5.0 # 0.6.5.0 * [Support for GHC 9.10](https://github.com/bgamari/monoidal-containers/pull/105) |
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-05-04 08:15:31 by Masatake Daimon | Files touched by this commit (2) |
Log message: devel/hs-monoidal-containers: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. |
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-31 03:53:32 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-monoidal-containers: Update to 0.6.4.0 0.6.4.0 Bump upper bound of these Bump upper bound of semialign Build with GHC 9.6 |
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-29 17:02:54 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-monoidal-containers: Update to 0.6.3.0 0.6.3.0 * Bump upper bounds of aeson, base, and lens |
2022-09-07 04:57:02 by Masatake Daimon | Files touched by this commit (5) |
Log message: devel/hs-monoidal-containers: import hs-monoidal-containers-0.6.2.0 Containers with merging via monoidal accumulation. The Monoid instances provided by the "containers" and "unordered-containers" \ packages merge structures in a left-biased manner instead of using the underlying monoidal structure of the value. This package wraps the types provided by these packages, but provides Monoid instances implemented in terms of the value type's mappend. For instance, the Monoid Map instance looks like, instance (Ord k, Semigroup a) => Monoid (MonoidalMap k a) |