rainbow-0.20.4.0: rainbow.cabal
-- This Cabal file generated using the Cartel library.
-- Cartel is available at:
-- http://www.github.com/massysett/cartel
--
-- Script name used to generate: genCabal.hs
-- Generated on: 2015-02-17 14:13:13.981663 EST
-- Cartel library version: 0.14.2.0
name: rainbow
version: 0.20.4.0
cabal-version: >= 1.16
license: BSD3
license-file: LICENSE
build-type: Simple
copyright: Copyright 2013-2015 Omari Norman
author: Omari Norman
maintainer: omari@smileystation.com
stability: Experimental
homepage: https://www.github.com/massysett/rainbow
bug-reports: https://www.github.com/massysett/rainbow/issues
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.
.
rainbow uses the terminfo package which, in turn, needs the full C
library for ncurses installed, including the development
headers. Before installing terminfo, you may need to install the
ncurses headers (for instance, on Debian systems, install the
libncurses5-dev package.)
category: System
tested-with:
GHC == 7.6.3
GHC == 7.8.2
Library
exposed-modules:
Rainbow
Rainbow.Colors
Rainbow.Types
default-language: Haskell2010
ghc-options:
-Wall
build-depends:
base >= 4.5.0.0 && < 4.8.0.0
, terminfo >= 0.3.2 && < 0.5.0.0
, text >= 0.11.2.0 && < 1.3.0.0
hs-source-dirs:
lib
source-repository head
type: git
location: https://github.com/massysett/rainbow.git