summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-10-18 12:53:59 +0100
committerCheng Shao <astrohavoc@gmail.com>2022-11-05 14:18:10 +0000
commit42938a58e25f433ca7c202742f112ec9c01ca34d (patch)
tree349c6a01a1c22ab5341f48ff862a5f6fd9c5cc79
parente41b2f55304bdf3bfb2b67c8e4db06e532cd63fc (diff)
downloadhaskell-42938a58e25f433ca7c202742f112ec9c01ca34d.tar.gz
Bump Win32 submodule to 2.13.4.0
Fixes #22098
-rw-r--r--compiler/ghc.cabal.in2
-rw-r--r--ghc/ghc-bin.cabal.in2
m---------libraries/Win320
3 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 944bfca5e1..8e73f8b736 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -96,7 +96,7 @@ Library
ghci == @ProjectVersionMunged@
if os(windows)
- Build-Depends: Win32 >= 2.3 && < 2.13
+ Build-Depends: Win32 >= 2.3 && < 2.14
else
if flag(terminfo)
Build-Depends: terminfo == 0.4.*
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 4a0a0d0651..5da5dc0b17 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -43,7 +43,7 @@ Executable ghc
ghc == @ProjectVersionMunged@
if os(windows)
- Build-Depends: Win32 >= 2.3 && < 2.13
+ Build-Depends: Win32 >= 2.3 && < 2.14
else
Build-Depends: unix >= 2.7 && < 2.9
diff --git a/libraries/Win32 b/libraries/Win32
-Subproject e6c0c0f44f6dfc2f8255fc4a5017f4ab67cd024
+Subproject 931497f7052f63cb5cfd4494a94e572c5c57064