[commit: packages/directory] master: Relax upper bound to allow new time-1.6 release (5696798)

git at git.haskell.org git at git.haskell.org
Sun Feb 14 22:19:07 UTC 2016


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

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

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

commit 5696798a0adbf3401688f223fe64a4aa6378e87b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Dec 20 10:12:05 2015 +0100

    Relax upper bound to allow new time-1.6 release
    
    NB: We don't need a `directory` patch-level release right away,
    we can wait till GHC 8.0.1 final gets cut in 2 months.


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

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

diff --git a/directory.cabal b/directory.cabal
index 30fcce8..d112a77 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -60,7 +60,7 @@ Library
 
     build-depends:
         base     >= 4.5 && < 4.10,
-        time     >= 1.4 && < 1.6,
+        time     >= 1.4 && < 1.7,
         filepath >= 1.3 && < 1.5
     if os(windows)
         build-depends: Win32 >= 2.2.2 && < 2.4



More information about the ghc-commits mailing list