-- 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-03-22 11:44:44.05559 EDT -- Cartel library version: 0.14.2.0 name: rainbox version: 0.10.0.2 cabal-version: >= 1.14 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 . category: Text extra-source-files: README.md changelog Library exposed-modules: Rainbox Rainbox.Array2d Rainbox.Box Rainbox.Box.Primitives Rainbox.Reader Rainbox.Tutorial default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: lib build-depends: base >= 4.5.0.0 && < 4.8.0.0 , rainbow >= 0.22 && < 0.23 , bytestring >= 0.10 && < 0.11 , text >= 0.11.3.1 && < 1.3.0.0 , transformers >= 0.3.0.0 && < 0.5.0.0 , array >= 0.4.0.0 && < 0.6.0.0 Test-Suite rainbox-visual type: exitcode-stdio-1.0 ghc-options: -Wall other-modules: Rainbox Rainbox.Array2d Rainbox.Box Rainbox.Box.Primitives Rainbox.Reader Rainbox.Tutorial Rainbow.Instances Rainbox.Array2dTests Rainbox.Box.Instances Rainbox.Box.PrimitivesTests Rainbox.BoxDir Rainbox.BoxTests Rainbox.Instances Rainbox.ReaderTests RainboxDir RainboxTests Visual main-is: rainbox-visual.hs hs-source-dirs: test lib default-language: Haskell2010 build-depends: base >= 4.5.0.0 && < 4.8.0.0 , rainbow >= 0.22 && < 0.23 , bytestring >= 0.10 && < 0.11 , text >= 0.11.3.1 && < 1.3.0.0 , transformers >= 0.3.0.0 && < 0.5.0.0 , array >= 0.4.0.0 && < 0.6.0.0 , tasty >= 0.10.1 && < 0.11 , tasty-quickcheck >= 0.8.1 && < 0.9 , QuickCheck >= 2.7 && < 2.9 , ChasingBottoms >= 1.3.0 && < 1.4 Executable rainbox-mosaic main-is: rainbox-mosaic.hs if flag(mosaic) ghc-options: -Wall other-modules: Rainbox Rainbox.Array2d Rainbox.Box Rainbox.Box.Primitives Rainbox.Reader Rainbox.Tutorial Rainbow.Instances Rainbox.Array2dTests Rainbox.Box.Instances Rainbox.Box.PrimitivesTests Rainbox.BoxDir Rainbox.BoxTests Rainbox.Instances Rainbox.ReaderTests RainboxDir RainboxTests Visual hs-source-dirs: test lib default-language: Haskell2010 build-depends: base >= 4.5.0.0 && < 4.8.0.0 , rainbow >= 0.22 && < 0.23 , bytestring >= 0.10 && < 0.11 , text >= 0.11.3.1 && < 1.3.0.0 , transformers >= 0.3.0.0 && < 0.5.0.0 , array >= 0.4.0.0 && < 0.6.0.0 , tasty >= 0.10.1 && < 0.11 , tasty-quickcheck >= 0.8.1 && < 0.9 , QuickCheck >= 2.7 && < 2.9 , ChasingBottoms >= 1.3.0 && < 1.4 else buildable: False Test-Suite rainbox-test ghc-options: -Wall type: exitcode-stdio-1.0 hs-source-dirs: test lib default-language: Haskell2010 build-depends: base >= 4.5.0.0 && < 4.8.0.0 , rainbow >= 0.22 && < 0.23 , bytestring >= 0.10 && < 0.11 , text >= 0.11.3.1 && < 1.3.0.0 , transformers >= 0.3.0.0 && < 0.5.0.0 , array >= 0.4.0.0 && < 0.6.0.0 , tasty >= 0.10.1 && < 0.11 , tasty-quickcheck >= 0.8.1 && < 0.9 , QuickCheck >= 2.7 && < 2.9 , ChasingBottoms >= 1.3.0 && < 1.4 main-is: rainbox-test.hs source-repository head type: git location: https://github.com/massysett/rainbox.git Executable rainbox-grid main-is: rainbox-grid.hs if flag(grid) ghc-options: -Wall hs-source-dirs: test lib default-language: Haskell2010 build-depends: base >= 4.5.0.0 && < 4.8.0.0 , rainbow >= 0.22 && < 0.23 , bytestring >= 0.10 && < 0.11 , text >= 0.11.3.1 && < 1.3.0.0 , transformers >= 0.3.0.0 && < 0.5.0.0 , array >= 0.4.0.0 && < 0.6.0.0 , tasty >= 0.10.1 && < 0.11 , tasty-quickcheck >= 0.8.1 && < 0.9 , QuickCheck >= 2.7 && < 2.9 , ChasingBottoms >= 1.3.0 && < 1.4 else buildable: False Flag grid description: Build the rainbox-grid executable default: False manual: True Flag mosaic description: Build the rainbox-mosaic executable default: False manual: True