mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 15:40:26 +01:00
Add extra defaultExtraCore
This commit is contained in:
parent
bf566c8c04
commit
026ca0f2b5
@ -12,7 +12,7 @@ import Stackage.Types
|
|||||||
-- Haskell Platform list of core packages.
|
-- Haskell Platform list of core packages.
|
||||||
defaultExtraCore :: GhcMajorVersion -> Set PackageName
|
defaultExtraCore :: GhcMajorVersion -> Set PackageName
|
||||||
defaultExtraCore _ = fromList $ map PackageName $ words
|
defaultExtraCore _ = fromList $ map PackageName $ words
|
||||||
"binary Win32"
|
"binary Win32 ghc-prim integer-gmp"
|
||||||
|
|
||||||
-- | Test suites which are expected to fail for some reason. The test suite
|
-- | 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
|
-- will still be run and logs kept, but a failure will not indicate an
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user