[commit: packages/directory] bgamari-patch-1: Bump upper bound to allow time 1.8 (5b3cd94)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:14 UTC 2017


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

On branch  : bgamari-patch-1
Link       : http://ghc.haskell.org/trac/ghc/changeset/5b3cd946b1d1b2cca57ad49f8ed8e76877dff2f9/directory

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

commit 5b3cd946b1d1b2cca57ad49f8ed8e76877dff2f9
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jan 19 16:18:47 2017 -0500

    Bump upper bound to allow time 1.8


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

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

diff --git a/directory.cabal b/directory.cabal
index ce79c32..74f2b4d 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -55,7 +55,7 @@ Library
 
     build-depends:
         base     >= 4.5 && < 4.11,
-        time     >= 1.4 && < 1.8,
+        time     >= 1.4 && < 1.9,
         filepath >= 1.3 && < 1.5
     if os(windows)
         build-depends: Win32 >= 2.2.2 && < 2.6



More information about the ghc-commits mailing list