Ignore Haddock generation for packages with no code

This commit is contained in:
Michael Snoyman 2014-01-16 19:44:30 +02:00
parent 1e4a5198e8
commit 65814cf690

View File

@ -124,6 +124,12 @@ defaultExpectedFailures ghcVer = execWriter $ do
-- FIXME the test suite fails fairly regularly in builds, though I haven't
-- discovered why yet
add "crypto-numbers"
-- No code included any more, therefore Haddock fails
mapM_ add $ words =<<
[ "comonad-transformers comonads-fd groupoids"
, "profunctor-extras semigroupoid-extras"
]
where
add = tell . singleton . PackageName