[commit: packages/base] master: Update `bug-reports` URL and version constraints (558984a)

git at git.haskell.org git at git.haskell.org
Sun Oct 27 12:52:40 UTC 2013


Repository : ssh://git@git.haskell.org/base

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/558984af416b6f2fe5d72ba3cbf89abb75494459/base

>---------------------------------------------------------------

commit 558984af416b6f2fe5d72ba3cbf89abb75494459
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Oct 27 13:17:27 2013 +0100

    Update `bug-reports` URL and version constraints
    
    This also sets the Hackage `Category` to `Prelude` as `base`
    obviously provides a `Prelude` module.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

558984af416b6f2fe5d72ba3cbf89abb75494459
 base.cabal |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/base.cabal b/base.cabal
index 4dc2414..3c9fad8 100644
--- a/base.cabal
+++ b/base.cabal
@@ -4,11 +4,11 @@ version:        4.7.0.0
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
-bug-reports:    http://hackage.haskell.org/trac/ghc/newticket?component=libraries/base
+bug-reports:    http://ghc.haskell.org/trac/ghc/newticket?component=libraries/base
 synopsis:       Basic libraries
-category:       Unclassified
+category:       Prelude
 description:
-    This package contains the Prelude and its support libraries,
+    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.10
@@ -85,11 +85,11 @@ Library
         UnliftedFFITypes
         Unsafe
 
-    build-depends: rts, ghc-prim
+    build-depends: rts == 1.0.*, ghc-prim >= 0.3.1 && < 0.4
     if flag(integer-simple)
-        build-depends: integer-simple
+        build-depends: integer-simple >= 0.1.1 && < 0.2
     else
-        build-depends: integer-gmp
+        build-depends: integer-gmp >= 0.5.1 && < 0.6
         cpp-options: -DOPTIMISE_INTEGER_GCD_LCM
 
     exposed-modules:



More information about the ghc-commits mailing list