rainbox-0.14.0.0: rainbox.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-04-25 16:47:00.642334 EDT
-- Cartel library version: 0.14.2.6
name: rainbox
version: 0.14.0.0
cabal-version: >= 1.18
license: BSD3
license-file: LICENSE
build-type: Simple
copyright: Copyright 2014-2015 Omari Norman
author: Omari Norman
maintainer: omari@smileystation.com
stability: Experimental
homepage: http://www.github.com/massysett/rainbox
bug-reports: http://www.github.com/massyett/rainbox/issues
synopsis: Two-dimensional box pretty printing, with colors
description:
Prints boxes in two dimensions, with colors. Boxes are
automatically padded with necessary whitespace.
.
For more information, please see the Haddock documentation and
.
<http://www.github.com/massysett/rainbox>
category: Text
extra-source-files:
README.md
changelog
Library
exposed-modules:
Rainbox
Rainbox.Core
Rainbox.Tutorial
default-language: Haskell2010
ghc-options:
-Wall
hs-source-dirs:
lib
build-depends:
base >= 4.5.0.0 && < 4.9.0.0
, rainbow >= 0.24 && < 0.25
, bytestring >= 0.10 && < 0.11
, containers >= 0.5.5 && < 0.6
, text >= 0.11.3.1 && < 1.3.0.0
source-repository head
type: git
location: https://github.com/massysett/rainbox.git
Test-Suite rainbox-properties
main-is: rainbox-properties.hs
build-depends:
base >= 4.5.0.0 && < 4.9.0.0
, rainbow >= 0.24 && < 0.25
, bytestring >= 0.10 && < 0.11
, containers >= 0.5.5 && < 0.6
, text >= 0.11.3.1 && < 1.3.0.0
, tasty >= 0.10.1 && < 0.11
, tasty-quickcheck >= 0.8.1 && < 0.9
, QuickCheck >= 2.7 && < 2.9
ghc-options:
-Wall
default-language: Haskell2010
hs-source-dirs:
lib
test
other-modules:
Rainbox
Rainbox.Core
Rainbox.Tutorial
Rainbow.Instances
Rainbox.Instances
type: exitcode-stdio-1.0
Test-Suite rainbox-visual
main-is: rainbox-visual.hs
build-depends:
base >= 4.5.0.0 && < 4.9.0.0
, rainbow >= 0.24 && < 0.25
, bytestring >= 0.10 && < 0.11
, containers >= 0.5.5 && < 0.6
, text >= 0.11.3.1 && < 1.3.0.0
, tasty >= 0.10.1 && < 0.11
, tasty-quickcheck >= 0.8.1 && < 0.9
, QuickCheck >= 2.7 && < 2.9
ghc-options:
-Wall
default-language: Haskell2010
hs-source-dirs:
lib
test
other-modules:
Rainbox
Rainbox.Core
Rainbox.Tutorial
Rainbow.Instances
Rainbox.Instances
type: exitcode-stdio-1.0