-- 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: 2016-07-09 15:08:49.696348 EDT -- Cartel library version: 0.14.2.8 name: rainbox version: 0.18.0.10 cabal-version: >= 1.18 license: BSD3 license-file: LICENSE build-type: Simple copyright: Copyright 2014-2016 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 . category: Text tested-with: GHC == 7.10.2 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-simple >= 0.1.0 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-simple >= 0.1.0 , tasty >= 0.10.1 , tasty-quickcheck >= 0.8.1 , QuickCheck >= 2.8.2 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-simple >= 0.1.0 , tasty >= 0.10.1 , tasty-quickcheck >= 0.8.1 , QuickCheck >= 2.8.2 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