name: wl-pprint-terminfo category: Control, Monads, Text version: 0.3.0.1 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental homepage: git://github.com/ekmett/wl-pprint-terminfo/ copyright: Copyright (C) 2011 Edward A. Kmett synopsis: A color pretty printer with terminfo support description: A color pretty printer with terminfo support build-type: Simple source-repository head type: git location: git://github.com/ekmett/wl-pprint-terminfo.git library build-depends: base >= 4 && < 5, semigroups >= 0.7.1 && < 0.8, wl-pprint-extras >= 1.4 && < 1.5, hscurses >= 1.4 && < 1.5, terminfo >= 0.3.2 && < 0.4, transformers >= 0.2.2 && < 0.3 exposed-modules: System.Console.Terminfo.PrettyPrint ghc-options: -Wall