Ignore glib and pango test failures gtk2hs/gtk2hs#36

This commit is contained in:
Michael Snoyman 2014-06-06 06:20:37 +03:00
parent 504393f937
commit 477169b8c9

View File

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