From a338d33eb5bd4da8a18d34cffedbe59ce2fcfd70 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 14 Jan 2022 19:28:21 +0800 Subject: [PATCH] bump Win32 to 2.12.0.1 shipped with ghc-9.0.2 (fixes #6400) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a691383..cf00358e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5288,7 +5288,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.10.0.0 + - Win32 == 2.12.0.1 # Section for packages that have been mass-disabled due to # compilation failures, e.g. after we upgrade GHC. Every package