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-02 06:23:49 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-mutable-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-11-02 07:14:24 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-mutable-containers: Fix 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-26 18:21:05 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-mutable-containers: Update to 0.3.4.1 0.3.4.1 * Fix test suite compilation #208 |
2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80) |
Log message: *: bump for hs-vector-algorithms buildlink3.mk change |
2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211) |
Log message: hs*: recursive bump for new dependencies needed for hs-aeson, hs-vector |
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message: Bump all Haskell packages after enabling "split sections" in mk/haskell.mk |
2022-02-24 02:15:33 by Masatake Daimon | Files touched by this commit (5) |
Log message: devel/hs-mutable-containers: import hs-mutable-containers-0.3.4 One of Haskell's strengths is immutable data structures. These structures make it easier to reason about code, simplify concurrency and parallelism, and in some cases can improve performance by allowing sharing. However, there are still classes of problems where mutable data structures can both be more convenient, and provide a performance boost. This library is meant to provide such structures in a performant, well tested way. It also provides a simple abstraction over such data structures via typeclasses. |