[commit: packages/directory] bgamari-patch-1, master: Win32: bump to 2.6 (ee807bc)

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


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

On branches: bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ee807bcfd483a219df14904ccba5cafbffaf1404/directory

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

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

    Win32: bump to 2.6


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

ee807bcfd483a219df14904ccba5cafbffaf1404
 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