packages feed

termcolor-0.1.0.0: termcolor.cabal

name:                termcolor
version:             0.1.0.0
synopsis:            Composable terminal colors
description:         Composable terminal colors
homepage:            https://github.com/mdibaiee/termcolor#readme
license:             GPL-3
license-file:        LICENSE
author:              Mahdi Dibaiee
maintainer:          mahdi@theread.me
copyright:           2017 Mahdi Dibaiee
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

executable termcolor
  main-is:             Main.hs
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  build-depends:       base
                     , termcolor
                     , cli >= 0.1.2 && < 1
  default-language:    Haskell2010

library
  hs-source-dirs:      src
  exposed-modules:     Text.Termcolor
                     , Text.Termcolor.Foreground
                     , Text.Termcolor.Background
                     , Text.Termcolor.Style

  other-modules:       Lib
          
  build-depends:       base >= 4.7 && < 5
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/mdibaiee/termcolor