packages feed

rainbow-0.30.0.2: rainbow.cabal

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

name:           rainbow
version:        0.30.0.2
synopsis:       Print text to terminal with colors and effects
description:    Please see README.md
category:       System
stability:      Experimental
homepage:       https://www.github.com/massysett/rainbow
bug-reports:    https://www.github.com/massysett/rainbow/issues
author:         Omari Norman
maintainer:     omari@smileystation.com
copyright:      Copyright 2013-2018 Omari Norman
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

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

library
  hs-source-dirs:
      lib
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      base >=4.11 && <5
    , bytestring
    , lens-simple
    , process
    , text
  exposed-modules:
      Rainbow
      Rainbow.Translate
      Rainbow.Types
  other-modules:
      Paths_rainbow
  default-language: Haskell2010

test-suite colorTest
  type: exitcode-stdio-1.0
  main-is: colorTest.hs
  hs-source-dirs:
      lib
      tests
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.11 && <5
    , bytestring
    , lens-simple
    , process
    , text
  other-modules:
      Rainbow
      Rainbow.Translate
      Rainbow.Types
      Rainbow.QuickCheck
      Paths_rainbow
  default-language: Haskell2010

test-suite rainbow-instances
  type: exitcode-stdio-1.0
  main-is: rainbow-instances.hs
  hs-source-dirs:
      lib
      tests
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.11 && <5
    , bytestring
    , lens-simple
    , process
    , text
  other-modules:
      Rainbow
      Rainbow.Translate
      Rainbow.Types
      Rainbow.QuickCheck
      Paths_rainbow
  default-language: Haskell2010

test-suite test256color
  type: exitcode-stdio-1.0
  main-is: test256color.hs
  hs-source-dirs:
      lib
      tests
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.11 && <5
    , bytestring
    , lens-simple
    , process
    , text
  other-modules:
      Rainbow
      Rainbow.Translate
      Rainbow.Types
      Rainbow.QuickCheck
      Paths_rainbow
  default-language: Haskell2010

test-suite test8color
  type: exitcode-stdio-1.0
  main-is: test8color.hs
  hs-source-dirs:
      lib
      tests
  other-extensions: TemplateHaskell
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.11 && <5
    , bytestring
    , lens-simple
    , process
    , text
  other-modules:
      Rainbow
      Rainbow.Translate
      Rainbow.Types
      Rainbow.QuickCheck
      Paths_rainbow
  default-language: Haskell2010