[Git][ghc/ghc][wip/backports] Bump Win32 submodule to 2.9.0.0

Ben Gamari gitlab at gitlab.haskell.org
Thu Sep 17 18:50:11 UTC 2020



Ben Gamari pushed to branch wip/backports at Glasgow Haskell Compiler / GHC


Commits:
f67f6d07 by Ben Gamari at 2020-09-17T14:50:02-04:00
Bump Win32 submodule to 2.9.0.0

Also bumps Cabal, directory

(cherry picked from commit 9c6c1ebc9ab2f18d711a8793c7f0ec36e989d687)

- - - - -


4 changed files:

- compiler/ghc.cabal.in
- ghc/ghc-bin.cabal.in
- libraries/Cabal
- libraries/directory


Changes:

=====================================
compiler/ghc.cabal.in
=====================================
@@ -77,7 +77,7 @@ Library
                    ghci == @ProjectVersionMunged@
 
     if os(windows)
-        Build-Depends: Win32  >= 2.3 && < 2.7
+        Build-Depends: Win32  >= 2.3 && < 2.10
     else
         if flag(terminfo)
             Build-Depends: terminfo == 0.4.*


=====================================
ghc/ghc-bin.cabal.in
=====================================
@@ -45,7 +45,7 @@ Executable ghc
                    ghc        == @ProjectVersionMunged@
 
     if os(windows)
-        Build-Depends: Win32  >= 2.3 && < 2.7
+        Build-Depends: Win32  >= 2.3 && < 2.10
     else
         Build-Depends: unix   >= 2.7 && < 2.9
 
@@ -102,4 +102,4 @@ Executable ghc
     Default-Extensions:
         NoImplicitPrelude
       , ScopedTypeVariables
-      , BangPatterns
\ No newline at end of file
+      , BangPatterns


=====================================
libraries/Cabal
=====================================
@@ -1 +1 @@
-Subproject commit 1d886476c443b227bf93eba62781a6cad5012d9e
+Subproject commit 5139d6e72d391bffa3cf06f08884277799eb0b45


=====================================
libraries/directory
=====================================
@@ -1 +1 @@
-Subproject commit 3d9ca6edc0703860829ab3210db78bb4c4ff72b9
+Subproject commit c16afcda5708ee9944afa7ea6858e5be894fe67e



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f67f6d07a7ae2753c48e3c06378900f3fedf3f2c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f67f6d07a7ae2753c48e3c06378900f3fedf3f2c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200917/9d921505/attachment.html>


More information about the ghc-commits mailing list