Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty On branch : master
http://hackage.haskell.org/trac/ghc/changeset/87bf90102b291e16779d0fdb077fdefb9e870d7c >--------------------------------------------------------------- commit 87bf90102b291e16779d0fdb077fdefb9e870d7c Author: David Terei <[email protected]> Date: Tue Jul 19 10:45:23 2011 -0700 More informative description in cabal file >--------------------------------------------------------------- pretty.cabal | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pretty.cabal b/pretty.cabal index de48247..6286e9b 100644 --- a/pretty.cabal +++ b/pretty.cabal @@ -7,8 +7,13 @@ bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries synopsis: Pretty-printing library category: Text description: - This package contains John Hughes's pretty-printing library, - heavily modified by Simon Peyton Jones. + This package contains a pretty-printing library, a set of API's + that provides a way to easily print out text in a consistent + format of your choosing. This is useful for compilers and related + tools. + + This library was originally designed by John Hughes's and has since + been heavily modified by Simon Peyton Jones. build-type: Simple Cabal-Version: >= 1.6 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
