Skip to content
Snippets Groups Projects
Commit edae3829 authored by Mike Pilgrem's avatar Mike Pilgrem Committed by Mikolaj Konarski
Browse files

Fix #9694 Don't imply that Haddock docs exist, when warning not installed

parent f9884095
Branches fix9694
No related tags found
No related merge requests found
......@@ -1382,7 +1382,7 @@ haddockPackagePaths ipkgs mkHtmlPath = do
let missing = [pkgid | Left pkgid <- interfaces]
warning =
"The documentation for the following packages are not "
"The following packages have no Haddock documentation "
++ "installed. No links will be generated to these packages: "
++ intercalate ", " (map prettyShow missing)
flags = rights interfaces
......
synopsis: Don't imply that Haddock docs exist, when warning not installed
packages: Cabal
issues: #9694
prs: #9695
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment