Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branches: development,ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/2b948f6297befc463493f78fdfdd995b2cbabe10

>---------------------------------------------------------------

commit 2b948f6297befc463493f78fdfdd995b2cbabe10
Author: David Waern <[email protected]>
Date:   Sat Oct 1 02:19:10 2011 +0200

    Improve .cabal file

>---------------------------------------------------------------

 haddock.cabal |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/haddock.cabal b/haddock.cabal
index e767e39..519301f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,18 +1,19 @@
 name:                 haddock
 version:              2.9.3
-cabal-version:        >= 1.10
+synopsis:             A documentation-generation tool for Haskell libraries
+description:          Haddock is a documentation-generation tool for Haskell
+                      libraries
 license:              BSD3
-build-type:           Simple
 license-file:         LICENSE
-copyright:            (c) Simon Marlow, David Waern
 author:               Simon Marlow, David Waern
 maintainer:           David Waern <[email protected]>
-stability:            experimental
 homepage:             http://www.haskell.org/haddock/
-synopsis:             A documentation-generation tool for Haskell libraries
-description:          Haddock is a documentation-generation tool for Haskell
-                      libraries
-category:             Development
+bug-reports:          http://trac.haskell.org/haddock
+copyright:            (c) Simon Marlow, David Waern
+category:             Documentation
+build-type:           Simple
+cabal-version:        >= 1.10
+stability:            experimental
 
 extra-source-files:
   CHANGES
@@ -209,3 +210,6 @@ test-suite html-tests
   hs-source-dirs:   tests/html-tests
   build-depends:    base, directory, process, filepath, Cabal, regex-compat
 
+source-repository head
+  type:     git
+  location: http://darcs.haskell.org/haddock.git



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to