File: Changelog.md

package info (click to toggle)
haskell-ansi-wl-pprint 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: haskell: 53; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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 `prettyprinter`s `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.

## 0.6.9

- All modules are explicitly `Safe`.
- Support GHC-7.0 ... GHC-8.8

## 0.6.8.2