Skip some test suites gtk2hs/gtk2hs#79

This commit is contained in:
Michael Snoyman 2014-12-01 09:36:06 +02:00
parent 92bc319441
commit 6361491c8f

View File

@ -224,6 +224,10 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
add "hasql"
add "hasql-postgres"
-- https://github.com/gtk2hs/gtk2hs/issues/79
add "gio"
add "gtk"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- https://github.com/vincenthz/hs-asn1/issues/11
add "asn1-encoding"