name: show-prettyprint version: 0.1.0.2 synopsis: Robust prettyprinter for output of auto-generated Show instances description: See README.md homepage: https://github.com/quchen/show-prettyprint#readme license: BSD3 license-file: LICENSE author: David Luposchainsky maintainer: David Luposchainsky copyright: David Luposchainsky, 2016 category: User Interfaces, Text build-type: Simple extra-source-files: README.md , .stylish-haskell.yaml cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Text.Show.Prettyprint build-depends: base >= 4.7 && < 5 , trifecta >= 1.6 -- Transitive dependency of Trifecta, so let the --version be sorted out by that , ansi-wl-pprint default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 hs-source-dirs: test/Doctest main-is: Main.hs build-depends: base , doctest >= 0.9 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/quchen/show-prettyprint