prettyprinter-compat-wl-pprint: Prettyprinter compatibility module for previous users of the wl-pprint package.

[ bsd2, library, text, user-interfaces ] [ Propose Tags ]
This version is deprecated.

See README.md


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.7 && <5), prettyprinter (<2), text (>=1.2 && <1.3) [details]
License BSD-2-Clause
Author Daan Leijen, Noam Lewis, David Luposchainsky
Maintainer David Luposchainsky <dluposchainsky at google>
Revised Revision 4 made by quchen at 2018-02-19T09:18:23Z
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 quchen at 2017-05-20T16:22:22Z
Distributions LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2373 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-20 [all 1 reports]

Readme for prettyprinter-compat-wl-pprint-1

[back to package description]

wl-pprint compatibility module

This module defines a compatibility layer between the old wl-pprint module, and the new one (version 1+).

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

Note that this module is only for transitional purposes, and therefore deprecated and wholly undocumented. For new development, use the current version of wl-pprint.