name: pretty-show-ansi-wl
version: 1.9.2.1
category: Text
synopsis: Like pretty-show, but only for ansi-wl-pprint
description:
This is an adapted version of Iavor S. Diatchki's pretty-show package,
but using ansi-wl-pprint as the underlying pretty-printing library,
and without certain extra features like HTML rendering.
license: MIT
license-file: LICENSE
author: Iavor S. Diatchki, Liam O'Connor
maintainer: me@liamoc.net
homepage: https://github.com/liamoc/pretty-show-ansi-wl
cabal-version: >= 1.8
build-type: Simple
tested-with: GHC == 8.6.1
library
exposed-modules:
Text.Show.Pretty
other-modules:
Text.Show.Parser
Text.Show.Value
build-depends:
array >= 0.5 && < 1,
base >= 4.5 && < 5,
haskell-lexer >= 1 && < 2,
ansi-wl-pprint >= 0.6.8.2 && < 2,
ghc-prim
ghc-options: -Wall -O2
build-tool-depends: happy:happy
build-tools: happy
source-repository head
type: git
location: https://github.com/liamoc/pretty-show-ansi-wl.git