packages feed

pretty-1.0.1.0: pretty.cabal

name:		pretty
version:	1.0.1.0
license:	BSD3
license-file:	LICENSE
maintainer:	libraries@haskell.org
synopsis:	Pretty-printing library
category:       Text
description:
	This package contains John Hughes's pretty-printing library,
        heavily modified by Simon Peyton Jones.
build-type: Simple
exposed-modules:
	Text.PrettyPrint
	Text.PrettyPrint.HughesPJ
build-depends: base