-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d2a411c93db512e0fb37b330e5dbe0fe9eaa25f1e493b479a12799fc8a0b3041
name: wl-pprint-console
version: 0.1.0.2
synopsis: Wadler/Leijen pretty printer supporting colorful console output.
description: Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output.
category: Text
stability: experimental
homepage: https://github.com/minad/wl-pprint-console#readme
bug-reports: https://github.com/minad/wl-pprint-console/issues
author: Daniel Mendler <mail@daniel-mendler.de>
maintainer: Daniel Mendler <mail@daniel-mendler.de>
copyright: 2017 Daniel Mendler
license: MIT
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC == 8.6.1
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/minad/wl-pprint-console
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8 && <5
, bytestring >=0.10.2 && <0.11
, colorful-monoids >=0.2 && <0.3
, text >=0.11 && <1.3
, wl-pprint-annotated >=0.0.1.2 && <0.2
exposed-modules:
Text.PrettyPrint.Console.WL
other-modules:
Paths_wl_pprint_console
default-language: Haskell2010