mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-23 11:37:54 +01:00
Allow extra test suite to run with HP ndmitchell/extra#2
This commit is contained in:
parent
7d0b22b7a9
commit
9e3a8550aa
@ -222,9 +222,6 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
|||||||
add "bloodhound"
|
add "bloodhound"
|
||||||
|
|
||||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- https://github.com/ndmitchell/extra/issues/2
|
|
||||||
add "extra"
|
|
||||||
|
|
||||||
-- https://github.com/vincenthz/hs-asn1/issues/11
|
-- https://github.com/vincenthz/hs-asn1/issues/11
|
||||||
add "asn1-encoding"
|
add "asn1-encoding"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user