rainbow-0.34.2.2: rainbow.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 837a60ee2540f28dc14f871885d041b7f60038586de137f1f3e495154992b4fe
name: rainbow
version: 0.34.2.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-2019 Omari Norman
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
stack.yaml
x-curation: uncurated
source-repository head
type: git
location: https://github.com/massysett/rainbow
library
exposed-modules:
Rainbow
Rainbow.Translate
Rainbow.Types
other-modules:
Paths_rainbow
hs-source-dirs:
lib
other-extensions: TemplateHaskell
ghc-options: -Wall
build-depends:
base >=4.11 && <5
, bytestring
, lens
, terminfo
, text
default-language: Haskell2010
test-suite rainbow-instances
type: exitcode-stdio-1.0
main-is: rainbow-instances.hs
other-modules:
Rainbow
Rainbow.Translate
Rainbow.Types
Rainbow.QuickCheck
Paths_rainbow
hs-source-dirs:
lib
tests
other-extensions: TemplateHaskell
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.11 && <5
, bytestring
, lens
, terminfo
, text
default-language: Haskell2010
test-suite rainbow-visual
type: exitcode-stdio-1.0
main-is: rainbow-visual.hs
other-modules:
Rainbow
Rainbow.Translate
Rainbow.Types
Rainbow.QuickCheck
Paths_rainbow
hs-source-dirs:
lib
tests
other-extensions: TemplateHaskell
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.11 && <5
, bytestring
, lens
, terminfo
, text
default-language: Haskell2010