Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7c31311f155571432337f33609b1ad199e1c92f2 >--------------------------------------------------------------- commit 7c31311f155571432337f33609b1ad199e1c92f2 Author: Duncan Coutts <[email protected]> Date: Sun Feb 1 22:50:21 2009 +0000 Add homepage and bug-reports fields to .cabal file >--------------------------------------------------------------- cabal-install/cabal-install.cabal | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index 8dfa478..7f36d81 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -5,6 +5,8 @@ Description: The \'cabal\' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. +homepage: http://www.haskell.org/cabal/ +bug-reports: http://hackage.haskell.org/trac/hackage/ License: BSD3 License-File: LICENSE Author: Lemmih <[email protected]> _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
