wl-pprint-1.2.1: wl-pprint.cabal
Name: wl-pprint
Version: 1.2.1
Cabal-Version: >=1.6
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: Noam Lewis <jones.noamle@gmail.com>
Build-Type: Simple
Library
Build-Depends: base < 5
Exposed-Modules: Text.PrettyPrint.Leijen
source-repository head
type: git
location: git@github.com:sinelaw/wl-pprint.git