mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
Skip some more tests
This commit is contained in:
parent
18461f87fd
commit
cb3d316cd3
@ -191,6 +191,12 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
|
|
||||||
-- https://github.com/BioHaskell/octree/issues/4
|
-- https://github.com/BioHaskell/octree/issues/4
|
||||||
add "Octree"
|
add "Octree"
|
||||||
|
|
||||||
|
-- No code until we upgrade to network 2.6
|
||||||
|
add "network-uri"
|
||||||
|
|
||||||
|
-- https://github.com/goldfirere/th-desugar/issues/12
|
||||||
|
add "th-desugar"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user