Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d17fa31e5828a0d20cbb455f2604526db810768e >--------------------------------------------------------------- commit d17fa31e5828a0d20cbb455f2604526db810768e Author: David Terei <[email protected]> Date: Tue Jul 19 10:55:01 2011 -0700 More updates to README and .cabal >--------------------------------------------------------------- README | 2 ++ pretty.cabal | 15 +++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README b/README index 55a6d4d..787506a 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +Pretty : A Haskell Pretty-printer library +------------------------------------------------------------------------------ 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 diff --git a/pretty.cabal b/pretty.cabal index 6286e9b..68efb5f 100644 --- a/pretty.cabal +++ b/pretty.cabal @@ -1,19 +1,22 @@ name: pretty version: 1.1.0.0 -license: BSD3 -license-file: LICENSE -maintainer: David Terei <[email protected]> -bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/pretty synopsis: Pretty-printing library -category: Text description: 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. + +license: BSD3 +license-file: LICENSE +category: Text +maintainer: David Terei <[email protected]> +homepage: http://github.com/haskell/pretty +bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/pretty +stability: Stable build-type: Simple Cabal-Version: >= 1.6 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
