name: rainbow version: 0.2.0.0 synopsis: Print text to terminal with colors and effects description: rainbow helps you print Text chunks to a terminal with colors and effects such as bold, underlining, etc. You pair each Text with a description of how it should appear. Rainbow works with both 8-color and 256-color terminals. homepage: http://github.com/massysett/rainbow license: BSD3 license-file: LICENSE author: Omari Norman maintainer: omari@smileystation.com copyright: 2013 Omari Norman category: System build-type: Simple cabal-version: >=1.8 source-repository head type: git location: git://github.com/massysett/rainbow.git library exposed-modules: System.Console.Rainbow build-depends: base ==4.6.* , terminfo ==0.3.* , text ==0.11.* ghc-options: -Wall