packages feed

fmt-terminal-colors-0.1.0.0: fmt-terminal-colors.cabal

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

name:           fmt-terminal-colors
version:        0.1.0.0
synopsis:       ANSI terminal colors formatters for fmt library
description:    Please see the README on GitHub at <https://github.com/kfigiela/fmt-terminal-colors#readme>
category:       Text
homepage:       https://github.com/kfigiela/fmt-terminal-colors#readme
bug-reports:    https://github.com/kfigiela/fmt-terminal-colors/issues
author:         Kamil Figiela
maintainer:     kamil.figiela@gmail.com
copyright:      2018 Kamil Figiela
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/kfigiela/fmt-terminal-colors

library
  exposed-modules:
      Fmt.Terminal
  other-modules:
      Paths_fmt_terminal_colors
  hs-source-dirs:
      src
  build-depends:
      ansi-terminal
    , base >=4.7 && <5
    , fmt
  default-language: Haskell2010

test-suite fmt-terminal-colors-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_fmt_terminal_colors
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      ansi-terminal
    , base >=4.7 && <5
    , fmt
    , fmt-terminal-colors
  default-language: Haskell2010