From 3d2514abd0849d37f73aa1711eb1e428f94bc83e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Aug 2022 17:00:40 -0700 Subject: [PATCH] Match `Win32` version, as it should Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c0d7b6..22cfb7b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5512,7 +5512,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.13.3.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