name: ansi-pretty version: 0.1.2.2 x-revision: 1 synopsis: AnsiPretty for ansi-wl-pprint description: 'AnsiPretty' type class, more colorful than 'Pretty'. category: User Interfaces, Text homepage: https://github.com/phadej/haskell-ansi-pretty#readme bug-reports: https://github.com/phadej/haskell-ansi-pretty/issues author: Oleg Grenrus maintainer: Oleg Grenrus license: BSD3 license-file: LICENSE tested-with: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.3 build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/phadej/haskell-ansi-pretty library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall build-depends: aeson >=0.8 && <1.6 , ansi-wl-pprint >=0.6 && <0.7 , array >=0.5 && <0.6 , base >=4.7 && <4.15 , bytestring >=0.10 && <0.11 , containers >=0.5 && <0.7 , generics-sop >=0.1 && <0.6 , nats >=1 && <1.2 , scientific >=0.3 && <0.4 , semigroups >=0.16 && <0.20 , tagged >=0.7 && <0.9 , text >=1.2 && <1.3 , time >=1.4 && <1.10 , unordered-containers >=0.2 && <0.3 , vector >=0.10 && <0.13 exposed-modules: Data.List.CommonPrefix Text.PrettyPrint.ANSI.Leijen.AnsiPretty