Dependencies for prettyprinter-1.7.1

library
  • base (>=4.5 && <5)
  • if flag(text)
  • if !impl(ghc>=7.6)
  • if !impl(ghc>=8.0)
  • if !impl(ghc>=7.10)
    • void (>=0.4 && <0.8)
generate_readme

Flags

Automatic Flags
NameDescriptionDefault
buildreadme

Build the readme generator

Disabled
text

While it's a core value of prettyprinter to use Text, there are rare circumstances (mostly when prettyprinter arises as a dependency of test suites of packages like bytestring or text themselves) when this is inconvenient. In this case one can disable this flag, so that prettyprinter fallbacks to String.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info