[Git][ghc/ghc][wip/bump-win32] Bump Win32 submodule to 2.9.0.0

Ben Gamari gitlab at gitlab.haskell.org
Wed Sep 9 16:08:28 UTC 2020



Ben Gamari pushed to branch wip/bump-win32 at Glasgow Haskell Compiler / GHC


Commits:
da1ec18b by Ben Gamari at 2020-09-09T12:08:20-04:00
Bump Win32 submodule to 2.9.0.0

Also bumps Cabal, directory

- - - - -


5 changed files:

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


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 32dad5c1cf70d65ecb93b0ec214445cf9c9f6615
+Subproject commit 2d8a1b60ae409291585b647be8f02bc42b23cbbb


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


=====================================
utils/ghc-cabal/ghc-cabal.cabal
=====================================
@@ -21,6 +21,6 @@ Executable ghc-cabal
 
     Build-Depends: base       >= 3   && < 5,
                    bytestring >= 0.10 && < 0.11,
-                   Cabal      >= 3.0 && < 3.4,
+                   Cabal      >= 3.0 && < 3.5,
                    directory  >= 1.1 && < 1.4,
                    filepath   >= 1.2 && < 1.5



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/da1ec18b575ec3d7d748290626d6ae21e4a9a511
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/20200909/7660f95e/attachment-0001.html>


More information about the ghc-commits mailing list