-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: colorful-monoids
version: 0.2.0.0
synopsis: Styled console text output using ANSI escape sequences.
description: Styled console text output using ANSI escape sequences.
category: Text, User Interfaces, Monad
stability: experimental
homepage: https://github.com/minad/colorful-monoids#readme
bug-reports: https://github.com/minad/colorful-monoids/issues
author: Daniel Mendler <mail@daniel-mendler.de>
maintainer: Daniel Mendler <mail@daniel-mendler.de>
copyright: 2017 Daniel Mendler
license: MIT
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.1
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/minad/colorful-monoids
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.8 && < 5
exposed-modules:
Data.Monoid.Colorful
Data.Monoid.Colorful.Flat
other-modules:
Data.Monoid.Colorful.Color
Data.Monoid.Colorful.Nested
Data.Monoid.Colorful.Settings
Data.Monoid.Colorful.SGR
Data.Monoid.Colorful.Term
Data.Monoid.Colorful.Trustworthy
Paths_colorful_monoids
default-language: Haskell2010
test-suite example
type: exitcode-stdio-1.0
main-is: example.hs
ghc-options: -Wall
build-depends:
base >= 4.8 && < 5
, colorful-monoids
default-language: Haskell2010