mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 20:21:57 +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
|
-- FIXME the test suite fails fairly regularly in builds, though I haven't
|
||||||
-- discovered why yet
|
-- discovered why yet
|
||||||
add "crypto-numbers"
|
add "crypto-numbers"
|
||||||
|
|
||||||
|
-- No code included any more, therefore Haddock fails
|
||||||
|
mapM_ add $ words =<<
|
||||||
|
[ "comonad-transformers comonads-fd groupoids"
|
||||||
|
, "profunctor-extras semigroupoid-extras"
|
||||||
|
]
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user