[commit: packages/terminfo] master: Bump upper bound on `base` to accomodate GHC HEAD-to-become-7.10 (de93eba)

git at git.haskell.org git at git.haskell.org
Tue Sep 9 16:37:31 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/terminfo.git/commitdiff/de93eba74cd4537771b65117d4ad00db9943657d

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

commit de93eba74cd4537771b65117d4ad00db9943657d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Sep 9 16:52:03 2014 +0200

    Bump upper bound on `base` to accomodate GHC HEAD-to-become-7.10
    
    base needed a major version bump due to AMP landing


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

de93eba74cd4537771b65117d4ad00db9943657d
 terminfo.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminfo.cabal b/terminfo.cabal
index b8265a0..7c88f52 100644
--- a/terminfo.cabal
+++ b/terminfo.cabal
@@ -29,7 +29,7 @@ Library
     other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables
     if impl(ghc>=7.3)
       other-extensions: Safe, Trustworthy
-    build-depends:    base >= 4.3 && < 4.8
+    build-depends:    base >= 4.3 && < 4.9
     ghc-options:      -Wall
     exposed-modules:
                     System.Console.Terminfo



More information about the ghc-commits mailing list