Rewrite of signal-handling (base patch; see also ghc and unix patches)
[ghc-base.git] / base.cabal
index 35b574a..ce2c66d 100644 (file)
@@ -3,12 +3,13 @@ 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,
     and a large collection of useful libraries ranging from data
     structures to parsing combinators and debugging utilities.
-cabal-version:  >=1.2
+cabal-version:  >=1.6
 build-type: Configure
 extra-tmp-files:
                 config.log config.status autom4te.cache
@@ -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