diff --git a/hpc.cabal b/hpc.cabal
index 701806792a131f6604aa88d5f10463421aee285c..992791a2e8b5292e16b6afd47326a32ae1ac358c 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -4,11 +4,16 @@ license:      BSD3
 license-file: LICENSE
 author:       Andy Gill
 maintainer:   libraries@haskell.org
+bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=Code%20Coverage
 category:     Control
 synopsis:     Code Coverage Library for Haskell
 build-type:   Simple
 Cabal-Version: >= 1.2
 
+source-repository head
+    type:     darcs
+    location: http://darcs.haskell.org/packages/hpc/
+
 Flag small_base
   Description: Choose the new smaller, split-up base package.