mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
Explicitly skip scientific tests
This commit is contained in:
parent
9ceb36e886
commit
4445498c06
@ -56,7 +56,10 @@ defaultSelectSettings version = SelectSettings
|
||||
, useGlobalDatabase = False
|
||||
, skippedTests =
|
||||
if version >= GhcMajorVersion 7 8
|
||||
then Set.singleton (PackageName "punycode") -- pulls in encoding
|
||||
then Set.fromList
|
||||
[ PackageName "punycode" -- pulls in encoding
|
||||
, PackageName "scientific" -- pulls in tasty-ant-xml
|
||||
]
|
||||
else Set.empty
|
||||
, selectGhcVersion = version
|
||||
, selectTarballDir = "patching/tarballs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user