[commit: packages/terminfo] master: Bump upper bound on base to < 4.13 (16ac4a4)
git at git.haskell.org
git at git.haskell.org
Tue Apr 17 14:32:52 UTC 2018
Repository : ssh://git@git.haskell.org/terminfo
On branch : master
Link : http://git.haskell.org/packages/terminfo.git/commitdiff/16ac4a4035d5341d1c2ab378e70803ece045bed4
>---------------------------------------------------------------
commit 16ac4a4035d5341d1c2ab378e70803ece045bed4
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Tue Apr 10 07:44:03 2018 -0400
Bump upper bound on base to < 4.13
See https://ghc.haskell.org/trac/ghc/ticket/15018.
>---------------------------------------------------------------
16ac4a4035d5341d1c2ab378e70803ece045bed4
terminfo.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminfo.cabal b/terminfo.cabal
index 4f37a4d..ae819c4 100644
--- a/terminfo.cabal
+++ b/terminfo.cabal
@@ -28,7 +28,7 @@ Library
other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables
if impl(ghc>=7.3)
other-extensions: Safe, Trustworthy
- build-depends: base >= 4.3 && < 4.12
+ build-depends: base >= 4.3 && < 4.13
ghc-options: -Wall
exposed-modules:
System.Console.Terminfo
More information about the ghc-commits
mailing list