diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-10-18 12:53:59 +0100 |
---|---|---|
committer | Cheng Shao <astrohavoc@gmail.com> | 2022-11-05 14:18:10 +0000 |
commit | 42938a58e25f433ca7c202742f112ec9c01ca34d (patch) | |
tree | 349c6a01a1c22ab5341f48ff862a5f6fd9c5cc79 /ghc | |
parent | e41b2f55304bdf3bfb2b67c8e4db06e532cd63fc (diff) | |
download | haskell-42938a58e25f433ca7c202742f112ec9c01ca34d.tar.gz |
Bump Win32 submodule to 2.13.4.0
Fixes #22098
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |