mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Ignore glib and pango test failures gtk2hs/gtk2hs#36
This commit is contained in:
parent
504393f937
commit
477169b8c9
@ -155,6 +155,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
-- Requires too high a bytestring
|
||||
when (ghcVer <= GhcMajorVersion 7 4) $ add "scientific"
|
||||
|
||||
-- https://github.com/gtk2hs/gtk2hs/issues/36
|
||||
add "glib"
|
||||
add "pango"
|
||||
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user