From ef03fa6ffdbda7649c621789dd9f657229f0b01f Mon Sep 17 00:00:00 2001 From: GHC GitLab CI Date: Wed, 24 Mar 2021 17:36:46 -0400 Subject: Bump Win32 to 2.13.0.0 Bumps Win32 submodule. --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index dd216823d2..c8b959137c 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -77,7 +77,7 @@ Library ghci == @ProjectVersionMunged@ if os(windows) - Build-Depends: Win32 >= 2.3 && < 2.11 + Build-Depends: Win32 >= 2.3 && < 2.13 else if flag(terminfo) Build-Depends: terminfo == 0.4.* -- cgit v1.2.1