From e501fd88c0f46fe5e2463e4e5750ca654d7cea55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 16 Aug 2017 18:41:32 +0300 Subject: [PATCH] Revert "Restrict Win32 due to bounds (#2753)" This reverts commit 81393774e1adfad4f20ce990671061cee667019c. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..58feb846 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,8 +3298,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - # Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it - - Win32 == 2.4.0.0 + - Win32 == 2.5.4.1 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663