mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-10 13:27:29 +01:00
Explicitly skip scientific tests
This commit is contained in:
parent
9ceb36e886
commit
4445498c06
@ -56,7 +56,10 @@ defaultSelectSettings version = SelectSettings
|
|||||||
, useGlobalDatabase = False
|
, useGlobalDatabase = False
|
||||||
, skippedTests =
|
, skippedTests =
|
||||||
if version >= GhcMajorVersion 7 8
|
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
|
else Set.empty
|
||||||
, selectGhcVersion = version
|
, selectGhcVersion = version
|
||||||
, selectTarballDir = "patching/tarballs"
|
, selectTarballDir = "patching/tarballs"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user