Skip generics-sop on older GHC well-typed/generics-sop#2

This commit is contained in:
Michael Snoyman 2014-12-03 17:38:29 +02:00
parent 54de80092f
commit 8ab5ec099e

View File

@ -248,6 +248,9 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
add "tls"
add "x509"
-- Old Haddock bug https://github.com/well-typed/generics-sop/issues/2
when (ghcVer < GhcMajorVersion 7 8) $ add "generics-sop"
where
add = tell . singleton . PackageName