packages feed

chalk-0.1.0.0: chalk.cabal

name:                chalk
version:             0.1.0.0
synopsis:            Terminal string styling.
-- description:
homepage:            http://github.com/joom/chalk
license:             MIT
license-file:        LICENSE
author:              Joomy Korkut
maintainer:          joomy@cattheory.com
-- copyright:
category:            System
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     System.Console.Chalk
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.8
  hs-source-dirs:      src
  default-language:    Haskell2010