From a549ecbdc26471a1c549ddb75b28739bf35e630f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 3 Dec 2012 07:18:08 +0200 Subject: [PATCH] Include Win32 in extra-core --- Stackage/Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index f7d5d987..a198e21c 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -16,7 +16,8 @@ targetCompilerVersion = -- | Packages which are shipped with GHC but are not included in the -- Haskell Platform list of core packages. defaultExtraCore :: Set PackageName -defaultExtraCore = singleton $ PackageName "binary" +defaultExtraCore = fromList $ map PackageName $ words + "binary Win32" -- | Test suites which are expected to fail for some reason. The test suite -- will still be run and logs kept, but a failure will not indicate an