Include Win32 in extra-core

This commit is contained in:
Michael Snoyman 2012-12-03 07:18:08 +02:00
parent b4c870e973
commit a549ecbdc2

View File

@ -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