From 754e3648b3e91efac42e311aca06828a3bb69f88 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 21 Jan 2009 18:20:10 +0000 Subject: [PATCH] Add "bug-reports" and "source-repository" info to the Cabal file --- base.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base.cabal b/base.cabal index 35b574a..5cb1d5b 100644 --- a/base.cabal +++ b/base.cabal @@ -3,6 +3,7 @@ version: 4.0.0.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org +bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/base synopsis: Basic libraries description: This package contains the Prelude and its support libraries, @@ -18,6 +19,10 @@ extra-source-files: aclocal.m4 configure.ac configure include/CTypes.h +source-repository head + type: darcs + location: http://darcs.haskell.org/packages/base/ + Library { if impl(ghc) { build-depends: rts, ghc-prim, integer -- 1.7.10.4