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 /compiler/ghc.cabal.in | |
parent | e41b2f55304bdf3bfb2b67c8e4db06e532cd63fc (diff) | |
download | haskell-42938a58e25f433ca7c202742f112ec9c01ca34d.tar.gz |
Bump Win32 submodule to 2.13.4.0
Fixes #22098
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 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.* |