packages feed

console-style-0.0.2.0: console-style.cabal

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

name:           console-style
version:        0.0.2.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/console-style#readme
bug-reports:    https://github.com/minad/console-style/issues
author:         Daniel Mendler <mail@daniel-mendler.de>
maintainer:     Daniel Mendler <mail@daniel-mendler.de>
copyright:      2016 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/console-style

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base         >= 4.8  && < 5
    , transformers >= 0.4 && < 0.6
    , mtl          >= 2.2 && < 2.4
    , semigroups   >= 0.9  && < 1
  exposed-modules:
      System.Console.Style
  default-language: Haskell2010