[commit: packages/directory] Mistuke-bump-win32-version-bounds: Win32: bump to 2.6 (9b60f34)

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


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

On branch  : Mistuke-bump-win32-version-bounds
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b60f34f60d8f6af4bdd20015beb5a35356f12d5/directory

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

commit 9b60f34f60d8f6af4bdd20015beb5a35356f12d5
Author: Tamar Christina <tamar at zhox.com>
Date:   Tue Jan 17 23:12:05 2017 +0000

    Win32: bump to 2.6


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

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

diff --git a/directory.cabal b/directory.cabal
index 7200487..7640aaf 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -58,7 +58,7 @@ Library
         time     >= 1.4 && < 1.8,
         filepath >= 1.3 && < 1.5
     if os(windows)
-        build-depends: Win32 >= 2.2.2 && < 2.5
+        build-depends: Win32 >= 2.2.2 && < 2.6
     else
         build-depends: unix >= 2.5.1 && < 2.8
 



More information about the ghc-commits mailing list