[commit: packages/terminfo] master: Bump upper bound on base (26dc1fd)
git at git.haskell.org
git at git.haskell.org
Thu Sep 21 18:07:22 UTC 2017
Repository : ssh://git@git.haskell.org/terminfo
On branch : master
Link : http://git.haskell.org/packages/terminfo.git/commitdiff/26dc1fdf39b8375f176dffbdbbd864ead1c2eeb7
>---------------------------------------------------------------
commit 26dc1fdf39b8375f176dffbdbbd864ead1c2eeb7
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Sep 13 20:22:58 2017 -0400
Bump upper bound on base
>---------------------------------------------------------------
26dc1fdf39b8375f176dffbdbbd864ead1c2eeb7
terminfo.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminfo.cabal b/terminfo.cabal
index 79bb367..d8f2179 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.11
+ build-depends: base >= 4.3 && < 4.12
ghc-options: -Wall
exposed-modules:
System.Console.Terminfo
More information about the ghc-commits
mailing list