[commit: packages/directory] master: Relax upper bound on `base` to allow base-4.9 (a7a5b0b)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 09:53:07 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a7a5b0b738aad432a9cad512a26d7564120ef0e8/directory

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

commit a7a5b0b738aad432a9cad512a26d7564120ef0e8
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 1 09:25:40 2015 +0100

    Relax upper bound on `base` to allow base-4.9
    
    GHC 8.0 is going to bundle `base-4.9.0.0`


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

a7a5b0b738aad432a9cad512a26d7564120ef0e8
 directory.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/directory.cabal b/directory.cabal
index 415e36a..30fcce8 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -59,7 +59,7 @@ Library
         HsDirectory.h
 
     build-depends:
-        base     >= 4.5 && < 4.9,
+        base     >= 4.5 && < 4.10,
         time     >= 1.4 && < 1.6,
         filepath >= 1.3 && < 1.5
     if os(windows)



More information about the ghc-commits mailing list