packages feed

rainbox-0.20.0.0: rainbox.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: e4724dda2fa0f95c6ca7152f93acd56e5fb19e8d2153a9ec3500397b7139e5e4

name:           rainbox
version:        0.20.0.0
synopsis:       Two-dimensional box pretty printing, with colors
description:    Please see README.md
category:       System
stability:      Experimental
homepage:       https://www.github.com/massysett/rainbox
bug-reports:    https://www.github.com/massysett/rainbox/issues
author:         Omari Norman
maintainer:     omari@smileystation.com
copyright:      Copyright 2014-2018 Omari Norman
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    changelog
    package.yaml
    README.md
    stack.yaml
x-curation:     uncurated

source-repository head
  type: git
  location: https://github.com/massysett/rainbox

library
  exposed-modules:
      Rainbox
      Rainbox.Core
      Rainbox.Tutorial
  other-modules:
      Paths_rainbox
  hs-source-dirs:
      lib
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      base >=4.11 && <5
    , bytestring
    , containers
    , lens-simple
    , rainbow
    , text
  default-language: Haskell2010

test-suite rainbox-properties
  type: exitcode-stdio-1.0
  main-is: rainbox-properties.hs
  other-modules:
      Rainbox
      Rainbox.Core
      Rainbox.Tutorial
      Rainbow.Instances
      Rainbox.Instances
      Paths_rainbox
  hs-source-dirs:
      lib
      test
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.11 && <5
    , bytestring
    , containers
    , lens-simple
    , rainbow
    , tasty
    , tasty-quickcheck
    , text
  default-language: Haskell2010

test-suite rainbox-visual
  type: exitcode-stdio-1.0
  main-is: rainbox-visual.hs
  other-modules:
      Rainbox
      Rainbox.Core
      Rainbox.Tutorial
      Rainbow.Instances
      Rainbox.Instances
      Paths_rainbox
  hs-source-dirs:
      lib
      test
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.11 && <5
    , bytestring
    , containers
    , lens-simple
    , rainbow
    , tasty
    , tasty-quickcheck
    , text
  default-language: Haskell2010