mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-07 03:47:28 +01:00
Expect failure ekmett/gl#3
This commit is contained in:
parent
735527b7f8
commit
65b076f82a
@ -231,6 +231,9 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
|||||||
-- Requires SAT solver and old QuickCheck
|
-- Requires SAT solver and old QuickCheck
|
||||||
add "ersatz"
|
add "ersatz"
|
||||||
|
|
||||||
|
-- https://github.com/ekmett/gl/issues/3
|
||||||
|
add "gl"
|
||||||
|
|
||||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- 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