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-01 11:27:56 by Masatake Daimon | Files touched by this commit (1) |
Log message: textproc/hs-ansi-wl-pprint: 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-27 15:20:49 by Masatake Daimon | Files touched by this commit (4) |
Log message: textproc/hs-ansi-wl-pprint: Update to 1.0.2 1.0.2 * Change the implementation to the prettyprinter package, using the prettyprinter-compat-ansi-wl-pprint compatibility package. Migrate to prettyprinter. Note: Using show won't preserve formatting anymore, as prettyprinters Show Doc instance is annotation invariant. You can convert to String using Data.Text.Lazy.unpack . Prettyprinter.Render.Terminal.renderLazy . Prettyprinter.layoutPretty Prettyprinter.defaultLayoutOptions, from the text, prettyprinter-ansi-terminal, prettyprinter packages respectively. * The Text.PrettyPrint.ANSI.Leijen.Internal module is gone. |
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-25 15:03:57 by Masatake Daimon | Files touched by this commit (4) |
Log message: textproc/hs-ansi-wl-pprint: Fix build with ansi-terminal-0.11 |
2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | |
Log message: Recursive bump for recently updated Haskell packages |
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 |