mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Skip generics-sop on older GHC well-typed/generics-sop#2
This commit is contained in:
parent
54de80092f
commit
8ab5ec099e
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user