1 wl-pprint-indef.cabal:28:3: The field "mixins" is available only since the Cabal specification version 2.0. This field will be ignored.
2 wl-pprint-indef.cabal:27:3: The field "signatures" is available only since the Cabal specification version 2.0. This field will be ignored.
3 wl-pprint-indef.cabal:23:3: The field "mixins" is available only since the Cabal specification version 2.0. This field will be ignored.
9 maintainer: Noam Lewis <jones.noamle@gmail.com>
11 synopsis: The Wadler/Leijen Pretty Printer
13 This is a pretty printing library based on Wadler's paper "A Prettier
14 Printer". See the haddocks for full info. This version allows the
15 library user to declare overlapping instances of the 'Pretty' class.
20 source-repository head
22 location: git@github.com:danidiaz/wl-pprint-indef.git
25 exposed-modules: Text.PrettyPrint.Leijen
30 executable wl-pprint-string-example
32 hs-source-dirs: example-string
33 other-modules: StringImpl