[commit: packages/directory] improve-tests, improve-tests-for-real, master, tmp: Relax upper bound to allow `time-1.5` (deb530a)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:27 UTC 2015


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

On branches: improve-tests,improve-tests-for-real,master,tmp
Link       : http://ghc.haskell.org/trac/ghc/changeset/deb530aa8a80214af6cf06e9b1ecc3390a5413dd/directory

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

commit deb530aa8a80214af6cf06e9b1ecc3390a5413dd
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Sep 10 23:18:01 2014 +0200

    Relax upper bound to allow `time-1.5`


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

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

diff --git a/directory.cabal b/directory.cabal
index a4a0d44..91cafb0 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -53,7 +53,7 @@ Library
 
     build-depends:
         base     >= 4.5 && < 4.9,
-        time     >= 1.4 && < 1.5,
+        time     >= 1.4 && < 1.6,
         filepath >= 1.3 && < 1.4
     if os(windows)
         build-depends: Win32 >= 2.2.2 && < 2.4



More information about the ghc-commits mailing list