From: Ian Lynagh Date: Wed, 21 Jan 2009 18:20:10 +0000 (+0000) Subject: Add "bug-reports" and "source-repository" info to the Cabal file X-Git-Tag: 2009-06-25~71 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=754e3648b3e91efac42e311aca06828a3bb69f88;p=ghc-base.git Add "bug-reports" and "source-repository" info to the Cabal file --- 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