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 11:15:24 by Masatake Daimon | Files touched by this commit (4) | ![]() |
Log message: textproc/hs-text-builder-linear: update to text-builder-linear-0.1.3 ## 0.1.3 * Add decimal builders for unbounded inputs: `fromUnboundedDec`, `(|>$$)` and \ `($$<|)`. |
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-29 06:17:55 by Masatake Daimon | Files touched by this commit (4) |
Log message: textproc/hs-text-builder-linear: Update to 0.1.2 0.1.2 * Fix unsound behaviour caused by inlining of runBuffer / runBufferBS and CSE (common subexpression elimination). * Fix hexadecimal builder, looping on negative inputs. * Fix decimal builder for non-standard bitness of the input. * Add (#<|) and deprecate (|>#). * Add newEmptyBuffer. * Add prependChars and appendChars. * Add justifyLeft, justifyRight and center. |
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-27 12:23:59 by Masatake Daimon | Files touched by this commit (5) |
Log message: textproc/hs-text-builder-linear: import hs-text-builder-linear-0.1.1.1 Strict Text and ByteString builder, which hides mutable buffer behind linear types and takes amortized linear time. |