[commit: packages/terminfo] master: Bump upper bound on base (315b1ee)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:31:10 UTC 2017


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

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

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

commit 315b1ee9b7b53219075b5d779a0fd747d087f799
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 13 16:43:00 2016 -0500

    Bump upper bound on base
    
    base 4.10 will ship with GHC 8.2.1.


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

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

diff --git a/terminfo.cabal b/terminfo.cabal
index 2dfbee9..745aa12 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.10
+    build-depends:    base >= 4.3 && < 4.11
     ghc-options:      -Wall
     exposed-modules:
                     System.Console.Terminfo



More information about the ghc-commits mailing list