Add "bug-reports" and "source-repository" info to the Cabal file
authorIan Lynagh <igloo@earth.li>
Wed, 21 Jan 2009 18:22:34 +0000 (18:22 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 21 Jan 2009 18:22:34 +0000 (18:22 +0000)
ghc-prim.cabal

index c329484..816e74c 100644 (file)
@@ -3,12 +3,17 @@ version:        0.1.0.0
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries@haskell.org
+bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29
 synopsis:       GHC primitives
 description:
     GHC primitives.
 cabal-version:  >=1.2
 build-type: Custom
 
+source-repository head
+    type:     darcs
+    location: http://darcs.haskell.org/packages/ghc-prim/
+
 flag include-ghc-prim {
     Description: Include GHC.Prim in exposed-modules
     default: False