[commit: packages/terminfo] master: Bump upper bound on base (6ab1dff)
git at git.haskell.org
git at git.haskell.org
Thu Dec 15 19:51:51 UTC 2016
Repository : ssh://git@git.haskell.org/terminfo
On branch : master
Link : http://git.haskell.org/packages/terminfo.git/commitdiff/6ab1dffebc0665dd347eba351a495dd80032d0e5
>---------------------------------------------------------------
commit 6ab1dffebc0665dd347eba351a495dd80032d0e5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 15 14:31:27 2016 -0500
Bump upper bound on base
>---------------------------------------------------------------
6ab1dffebc0665dd347eba351a495dd80032d0e5
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