From 81393774e1adfad4f20ce990671061cee667019c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:12:30 -0700 Subject: [PATCH] Restrict Win32 due to bounds (#2753) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 534f3b3a..432feaf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,7 +3296,8 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.5.4.1 + # Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it + - Win32 == 2.4.0.0 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663