packages feed

rainbox-0.18.0.2: 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-07-16 06:59:03.159503 EDT
-- Cartel library version: 0.14.2.6

name: rainbox
version: 0.18.0.2
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/massysett/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.8.0.0 && < 5
    , rainbow >= 0.26
    , bytestring >= 0.10
    , containers >= 0.5.5
    , text >= 0.11.3.1
    , lens >= 4.9
  other-extensions:
    TemplateHaskell

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.8.0.0 && < 5
    , rainbow >= 0.26
    , bytestring >= 0.10
    , containers >= 0.5.5
    , text >= 0.11.3.1
    , lens >= 4.9
    , tasty >= 0.10.1
    , tasty-quickcheck >= 0.8.1
    , QuickCheck >= 2.7
  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
  other-extensions:
    TemplateHaskell

Test-Suite rainbox-visual
  main-is: rainbox-visual.hs
  build-depends:
      base >= 4.8.0.0 && < 5
    , rainbow >= 0.26
    , bytestring >= 0.10
    , containers >= 0.5.5
    , text >= 0.11.3.1
    , lens >= 4.9
    , tasty >= 0.10.1
    , tasty-quickcheck >= 0.8.1
    , QuickCheck >= 2.7
  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
  other-extensions:
    TemplateHaskell