show-prettyprint icon indicating copy to clipboard operation
show-prettyprint copied to clipboard

Robust prettyprinter for output of auto-generated Show instances

Results 3 show-prettyprint issues
Sort by recently updated
recently updated
newest added

When `show-prettyprint` was recently featured on `r/haskell`, I recommended that people try `pretty-simple` instead: https://www.reddit.com/r/haskell/comments/grl2rf/showprettyprint_robust_prettyprinter_for_output/ Maybe we should include such a recommendation in README and/or cabal description?

Fixes #7. The type of `trifecta`'s `_errDoc` was previously a `Doc` from `ansi-wl-pprint`. Now it's a `Doc` with annotations from `prettyprinter-ansi-terminal`.

``` Configuring show-prettyprint-0.3.0.1... Dependency ansi-wl-pprint -any: using ansi-wl-pprint-0.6.9 Dependency base >=4.7 && =1.2: using prettyprinter-1.3.0 Dependency trifecta >=1.6: using trifecta-2.1 Dependency base -any: using base-4.13.0.0 Dependency containers -any: using containers-0.6.2.1...