Allow extra test suite to run with HP ndmitchell/extra#2

This commit is contained in:
Michael Snoyman 2014-10-22 06:59:17 +03:00
parent 7d0b22b7a9
commit 9e3a8550aa

View File

@ -222,9 +222,6 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
add "bloodhound"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- https://github.com/ndmitchell/extra/issues/2
add "extra"
-- https://github.com/vincenthz/hs-asn1/issues/11
add "asn1-encoding"