./textproc/hs-ansi-wl-pprint, Wadler/Leijen Pretty Printer for colored ANSI terminal output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.2nb1, Package name: hs-ansi-wl-pprint-1.0.2nb1, Maintainer: pho

This is a pretty printing library based on Wadler's paper A Prettier
Printer. It has been enhanced with support for ANSI terminal colored
output using the ansi-terminal package.


Required to run:
[devel/hs-ansi-terminal] [lang/ghc94]

Master sites:

Filesize: 5.565 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC