mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Include Win32 in extra-core
This commit is contained in:
parent
b4c870e973
commit
a549ecbdc2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user