From 477169b8c96f2265b909644fee19f6ba8596c1bb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Jun 2014 06:20:37 +0300 Subject: [PATCH] Ignore glib and pango test failures gtk2hs/gtk2hs#36 --- Stackage/Config.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 27fda217..779324a7 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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