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

index 069bba4..d296788 100644 (file)
@@ -3,6 +3,7 @@ version:        1.0.0.2
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
+bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/directory
 synopsis:      library for directory handling
 description:
        This package provides a library for handling directories.
@@ -16,6 +17,10 @@ extra-source-files:
         configure.ac configure include/HsDirectoryConfig.h.in
 cabal-version: >= 1.2
 
+source-repository head
+    type:     darcs
+    location: http://darcs.haskell.org/packages/directory/
+
 Library {
     exposed-modules:
             System.Directory