-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fd0f52a7c79c7265131e807c1d0f590f4ab9c2d2eff37f602f0b21d1c664e0fa
name: fmt-terminal-colors
version: 0.1.0.1
synopsis: ANSI terminal colors formatters for fmt library
description: Extra formatters for fmt formatting library for colorful terminal output.
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