[commit: packages/terminfo] master: GHC 8 is gonna come with base-4.9 (cb4da17)
git at git.haskell.org
git at git.haskell.org
Wed Oct 28 20:10:26 UTC 2015
Repository : ssh://git@git.haskell.org/terminfo
On branch : master
Link : http://git.haskell.org/packages/terminfo.git/commitdiff/cb4da175d4e75a862c91b73beaf62f8d740a7fd5
>---------------------------------------------------------------
commit cb4da175d4e75a862c91b73beaf62f8d740a7fd5
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Oct 28 09:34:00 2015 +0100
GHC 8 is gonna come with base-4.9
>---------------------------------------------------------------
cb4da175d4e75a862c91b73beaf62f8d740a7fd5
terminfo.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminfo.cabal b/terminfo.cabal
index 31d84fa..6cf69bf 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.9
+ build-depends: base >= 4.3 && < 4.10
ghc-options: -Wall
exposed-modules:
System.Console.Terminfo
More information about the ghc-commits
mailing list