Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : master
http://hackage.haskell.org/trac/ghc/changeset/672ace80f0e4a233e975f6083942428068e6cdc1 >--------------------------------------------------------------- commit 672ace80f0e4a233e975f6083942428068e6cdc1 Author: Duncan Coutts <[email protected]> Date: Sat Nov 5 17:17:54 2011 +0000 Update cabal package metadata Remove old homepage, add source repo and bug report addresses. >--------------------------------------------------------------- bytestring.cabal | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bytestring.cabal b/bytestring.cabal index ec86c75..6fb067c 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -16,16 +16,23 @@ License: BSD3 License-file: LICENSE Category: Data Copyright: Copyright (c) Don Stewart 2005-2009, - (c) Duncan Coutts 2006-2009, + (c) Duncan Coutts 2006-2011, (c) David Roundy 2003-2005. -Author: Don Stewart, Duncan Coutts -Maintainer: [email protected], [email protected] -Homepage: http://www.cse.unsw.edu.au/~dons/fps.html +Author: Don Stewart, + Duncan Coutts +Maintainer: Don Stewart <[email protected]>, + Duncan Coutts <[email protected]> +Bug-reports: [email protected], + [email protected] Tested-With: GHC==7.0.2, GHC==6.12.3, GHC==6.10.4, GHC ==6.8.2 Build-Type: Simple Cabal-Version: >= 1.8 extra-source-files: README TODO +source-repository head + type: darcs + location: http://darcs.haskell.org/bytestring/ + library build-depends: base >= 3 && < 5, deepseq _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
