mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Ignore Haddock generation for packages with no code
This commit is contained in:
parent
1e4a5198e8
commit
65814cf690
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user