We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f988409 + edae382 commit c2f046bCopy full SHA for c2f046b
Cabal/src/Distribution/Simple/Haddock.hs
@@ -1382,7 +1382,7 @@ haddockPackagePaths ipkgs mkHtmlPath = do
1382
1383
let missing = [pkgid | Left pkgid <- interfaces]
1384
warning =
1385
- "The documentation for the following packages are not "
+ "The following packages have no Haddock documentation "
1386
++ "installed. No links will be generated to these packages: "
1387
++ intercalate ", " (map prettyShow missing)
1388
flags = rights interfaces
changelog.d/issue-9694
@@ -0,0 +1,4 @@
1
+synopsis: Don't imply that Haddock docs exist, when warning not installed
2
+packages: Cabal
3
+issues: #9694
4
+prs: #9695
0 commit comments