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

[ bsd2, library, text, user-interfaces ] [ Propose Tags ]

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 (info)
Dependencies base (>=4.5 && <5), prettyprinter (>=1.7.0), semigroups (>=0.1), text (>=1.2) [details]
License BSD-2-Clause
Author Daan Leijen, Noam Lewis, David Luposchainsky
Maintainer David Luposchainsky <dluposchainsky at google>
Category User Interfaces, Text
Home page http://github.com/quchen/prettyprinter
Bug tracker http://github.com/quchen/prettyprinter/issues
Source repo head: git clone git://github.com/quchen/prettyprinter.git
Uploaded by sjakobi at 2021-09-11T09:07:10Z
Distributions LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2372 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-09-11 [all 1 reports]

Readme for prettyprinter-compat-wl-pprint-1.0.1

[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.