summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
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 /compiler/ghc.cabal.in
parente41b2f55304bdf3bfb2b67c8e4db06e532cd63fc (diff)
downloadhaskell-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.in2
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.*