packages feed

ansi-pretty-0.1.2.2: ansi-pretty.cabal

name:               ansi-pretty
version:            0.1.2.2
synopsis:           AnsiPretty for ansi-wl-pprint
description:        'AnsiPretty' type class, more colorful than 'Pretty'.
category:           User Interfaces, Text
homepage:           https://github.com/futurice/haskell-ansi-pretty#readme
bug-reports:        https://github.com/futurice/haskell-ansi-pretty/issues
author:             Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>
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.1

build-type:         Simple
cabal-version:      >=1.10
extra-source-files:
  CHANGELOG.md
  README.md

source-repository head
  type:     git
  location: https://github.com/futurice/haskell-ansi-pretty

library
  default-language: Haskell2010
  hs-source-dirs:   src
  ghc-options:      -Wall
  build-depends:
      aeson                 >=0.8  && <1.5
    , ansi-wl-pprint        >=0.6  && <0.7
    , array                 >=0.5  && <0.6
    , base                  >=4.7  && <4.14
    , 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