[commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, master: Relax upper bounds on time and Win32 (63c6784)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:34:31 UTC 2017


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

On branches: Mistuke-bump-win32-version-bounds,bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/63c67848fff17c774c0319b34105dddb2503c11f/directory

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

commit 63c67848fff17c774c0319b34105dddb2503c11f
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Sun Nov 20 22:01:02 2016 -0500

    Relax upper bounds on time and Win32
    
    Fixes #62.


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

63c67848fff17c774c0319b34105dddb2503c11f
 directory.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/directory.cabal b/directory.cabal
index e74c3f0..75163dc 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -53,10 +53,10 @@ Library
 
     build-depends:
         base     >= 4.5 && < 4.11,
-        time     >= 1.4 && < 1.7,
+        time     >= 1.4 && < 1.8,
         filepath >= 1.3 && < 1.5
     if os(windows)
-        build-depends: Win32 >= 2.2.2 && < 2.4
+        build-depends: Win32 >= 2.2.2 && < 2.5
     else
         build-depends: unix >= 2.5.1 && < 2.8
 



More information about the ghc-commits mailing list