wl-pprint-1.1: wl-pprint.cabal
Name: wl-pprint
Version: 1.1
Synopsis: The Wadler/Leijen Pretty Printer
Category: Text
Description:
This is a pretty printing library based on Wadler's paper "A Prettier
Printer". See the haddocks for full info. This version allows the
library user to declare overlapping instances of the 'Pretty' class.
License: BSD3
License-file: LICENSE
Author: Daan Leijen
Maintainer: otakar.smrz cmu.edu
Build-Depends: base < 5
Build-Type: Simple
Exposed-Modules: Text.PrettyPrint.Leijen
Extensions: OverlappingInstances