Allow tasty-ant-xml

This commit is contained in:
Michael Snoyman 2014-09-14 07:21:17 +03:00
parent 650ed9f20a
commit 957783dd62
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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