Cabal revisions of wl-pprint-1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: wl-pprint-Version: 1.2-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- Extensions: OverlappingInstances--source-repository head- type: git- location: git@github.com:sinelaw/wl-pprint.git-+Name: wl-pprint +Version: 1.2 +x-revision: 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 < 4.11 + Exposed-Modules: Text.PrettyPrint.Leijen + Extensions: OverlappingInstances + +source-repository head + type: git + location: git@github.com:sinelaw/wl-pprint.git +