cabal-version: 1.12 name: rainbow version: 0.35.0.0 synopsis: Print text to terminal with colors and effects description: Combinators to specify text along with colors and effects such as bold or italic. You must specify formatting for each piece of text explicitly, which makes it easy to reason about how all text will look. Rainbow works only on Unix-like operating systems. category: System stability: Experimental author: Omari Norman maintainer: omari@smileystation.com copyright: Copyright 2013-2021 Omari Norman license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md stack.yaml x-curation: uncurated library hs-source-dirs: lib ghc-options: -Wall build-depends: base >=4.11 && <5 , bytestring , terminfo , text exposed-modules: Rainbow Rainbow.Internal default-language: Haskell2010 test-suite rainbow-visual type: exitcode-stdio-1.0 main-is: rainbow-visual.hs other-modules: Rainbow Rainbow.Internal hs-source-dirs: lib tests ghc-options: -Wall build-depends: base >=4.11 && <5 , bytestring , terminfo , text default-language: Haskell2010