mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Allow tasty-ant-xml
This commit is contained in:
parent
650ed9f20a
commit
957783dd62
@ -187,7 +187,6 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
add "diagrams-haddock"
|
||||
add "scientific"
|
||||
add "json-schema"
|
||||
add "tasty-ant-xml"
|
||||
|
||||
-- https://github.com/BioHaskell/octree/issues/4
|
||||
add "Octree"
|
||||
|
||||
@ -58,7 +58,6 @@ defaultSelectSettings version = SelectSettings
|
||||
if version >= GhcMajorVersion 7 8
|
||||
then Set.fromList
|
||||
[ PackageName "punycode" -- pulls in encoding
|
||||
, PackageName "scientific" -- pulls in tasty-ant-xml
|
||||
]
|
||||
else Set.empty
|
||||
, selectGhcVersion = version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user