pretty-class-1.0.1.1: pretty-class.cabal
Name: pretty-class
Version: 1.0.1.1
License: BSD3
Author: Lennart Augustsson
Maintainer: David Fox
Category: Text
Synopsis: Pretty printing class similar to Show.
Stability: experimental
Build-type: Simple
Description: Pretty printing class similar to Show, based on the HughesPJ
pretty printing library. Provides the pretty printing class
and instances for the Prelude types. This upload replaces the
old pretty-class package (which I believe nobody is using) with
a copy of Lennart's prettyclass package with a small change to
its Char instance.
Homepage: https://github.com/ddssff/pretty-class
Cabal-Version: >= 1.9
Library
Hs-Source-Dirs: src
Build-Depends: base < 5, pretty
Exposed-modules: Text.PrettyPrint.HughesPJClass
source-repository head
type: git
location: https://github.com/ddssff/pretty-class