Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty On branch : master
http://hackage.haskell.org/trac/ghc/changeset/eb0850ad974c44e1e95ae6c9443ba506bfd758e8 >--------------------------------------------------------------- commit eb0850ad974c44e1e95ae6c9443ba506bfd758e8 Author: David Terei <[email protected]> Date: Tue Jul 19 10:46:47 2011 -0700 Update README to new description >--------------------------------------------------------------- README | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 9406e88..55a6d4d 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -This repository contains John Hughes's pretty-printing library. -A Haskell library for pretty printing, useful in compilers and -other such tools. It has been heavily modified by Simon Peyton -Jones from John Hughe's original design. +This repository 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. The library was +originally designed by John Hughes's and has since been heavily modified by +Simon Peyton Jones. -The library uses the Cabal build system, so building is simply -a matter of running 'cabal install' or 'cabal configure && -cabal build'. +The library uses the Cabal build system, so building is simply a matter of +running 'cabal install' or 'cabal configure && cabal build'. _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
