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:20:03 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-foldl: Update to 1.4.16 1.4.16 Add [Control.Foldl.postmapM] |
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-30 08:54:42 by Masatake Daimon | Files touched by this commit (4) |
Log message: devel/hs-foldl: Update to 1.4.15 No change log is provided by the upstream. |
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 17:17:31 by Masatake Daimon | Files touched by this commit (5) |
Log message: devel/hs-foldl: Update to 1.4.14 1.4.14 * Add Control.Foldl.NonEmpty.nonEmpty * Add Control.Foldl.NonEmpty.toFold * Generalize fold1 to work with Foldable1 1.4.13 * New "Control.Foldl.NonEmpty" module for folding non-empty containers |
2022-08-22 12:15:40 by Thomas Klausner | Files touched by this commit (2) |
Log message: hs-foldl: allow building with hs-vector 0.14 |
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-16 10:45:28 by Masatake Daimon | Files touched by this commit (6) |
Log message: devel/hs-foldl: import hs-foldl-1.4.12 This library provides strict left folds that stream in constant memory, and you can combine folds using Applicative style to derive new folds. Derived folds still traverse the container just once and are often as efficient as hand-written folds. |