prettyprinter-compat-wl-pprint: Drop-in compatibility package to migrate from »wl-pprint« to »prettyprinter«.

[ bsd2, library, text, user-interfaces ] [ Propose Tags ] [ Report a vulnerability ]

See README.md


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1, 1.0.0.1, 1.0.1, 1.0.2 (info)
Dependencies base (>=4.9 && <5), prettyprinter (>=1.7.0), text (>=1.2) [details]
Tested with ghc ==9.14.1, ghc ==9.12.2, ghc ==9.10.3, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License BSD-2-Clause
Author Daan Leijen, Noam Lewis, David Luposchainsky
Maintainer David Luposchainsky <dluposchainsky at google>
Uploaded by sjakobi at 2026-04-28T13:43:07Z
Category User Interfaces, Text
Home page http://github.com/quchen/prettyprinter
Bug tracker http://github.com/quchen/prettyprinter/issues
Source repo head: git clone https://github.com/quchen/prettyprinter
Distributions LTSHaskell:1.0.1, Stackage:1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2670 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-04-28 [all 1 reports]

Readme for prettyprinter-compat-wl-pprint-1.0.2

[back to package description]

wl-pprint compatibility package

This package defines a compatibility layer between the old wl-pprint package, and the new prettyprinter package.

This allows easily transitioning dependent packages from the old to the new package, by simply replacing wl-pprint with prettyprinter-compat-wl-pprint in the .cabal file.

Note that this package is only for transitional purposes, and therefore deprecated and wholly undocumented. For new development, use the current version of prettyprinter.