[commit: packages/haskeline] master: Bump upper bound on base to < 4.13 (1acbc27)

git at git.haskell.org git at git.haskell.org
Tue Apr 17 14:33:09 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/1acbc2721ca4b5833a6e88b3704ee23dc5734a16

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

commit 1acbc2721ca4b5833a6e88b3704ee23dc5734a16
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Tue Apr 10 07:42:56 2018 -0400

    Bump upper bound on base to < 4.13
    
    See https://ghc.haskell.org/trac/ghc/ticket/15018.


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

1acbc2721ca4b5833a6e88b3704ee23dc5734a16
 haskeline.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskeline.cabal b/haskeline.cabal
index 991a402..8df52a6 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -43,7 +43,7 @@ Library
     -- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
     -- though it was implemented in earlier releases, due to GHC bug #5436 which
     -- wasn't fixed until 7.4.1
-    Build-depends: base >=4.5 && < 4.12, containers>=0.4 && < 0.6,
+    Build-depends: base >=4.5 && < 4.13, containers>=0.4 && < 0.6,
                    directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
                    filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
                    process >= 1.0 && < 1.7, stm >= 2.4 && < 2.5



More information about the ghc-commits mailing list