mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-16 00:05:49 +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 "diagrams-haddock"
|
||||||
add "scientific"
|
add "scientific"
|
||||||
add "json-schema"
|
add "json-schema"
|
||||||
add "tasty-ant-xml"
|
|
||||||
|
|
||||||
-- https://github.com/BioHaskell/octree/issues/4
|
-- https://github.com/BioHaskell/octree/issues/4
|
||||||
add "Octree"
|
add "Octree"
|
||||||
|
|||||||
@ -58,7 +58,6 @@ defaultSelectSettings version = SelectSettings
|
|||||||
if version >= GhcMajorVersion 7 8
|
if version >= GhcMajorVersion 7 8
|
||||||
then Set.fromList
|
then Set.fromList
|
||||||
[ PackageName "punycode" -- pulls in encoding
|
[ PackageName "punycode" -- pulls in encoding
|
||||||
, PackageName "scientific" -- pulls in tasty-ant-xml
|
|
||||||
]
|
]
|
||||||
else Set.empty
|
else Set.empty
|
||||||
, selectGhcVersion = version
|
, selectGhcVersion = version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user