Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6c4c6ed6dfd8b08e3c06a4fe9d065ac830167cd4 >--------------------------------------------------------------- commit 6c4c6ed6dfd8b08e3c06a4fe9d065ac830167cd4 Author: David Terei <[email protected]> Date: Tue Jul 19 10:33:14 2011 -0700 Update cabal file for new git location and maintainer >--------------------------------------------------------------- pretty.cabal | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pretty.cabal b/pretty.cabal index 27b04f2..de48247 100644 --- a/pretty.cabal +++ b/pretty.cabal @@ -1,15 +1,15 @@ -name: pretty -version: 1.1.0.0 -license: BSD3 -license-file: LICENSE -maintainer: [email protected] -bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/pretty -synopsis: Pretty-printing library -category: Text +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 John Hughes's pretty-printing library, + This package contains John Hughes's pretty-printing library, heavily modified by Simon Peyton Jones. -build-type: Simple +build-type: Simple Cabal-Version: >= 1.6 Library @@ -20,5 +20,5 @@ Library source-repository head type: git - location: http://darcs.haskell.org/packages/pretty.git/ + location: http://github.com/haskell/pretty.git _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
