From 624cd17883fa09c5425ca0ee2fdd21ae3c3dd0b3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 21 Jan 2009 18:21:23 +0000 Subject: [PATCH] Add "bug-reports" and "source-repository" info to the Cabal file --- directory.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/directory.cabal b/directory.cabal index 069bba4..d296788 100644 --- a/directory.cabal +++ b/directory.cabal @@ -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 -- 1.7.10.4