File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Cabal/src/Distribution/Simple/Program Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ mungePackagePaths pkgroot pkginfo =
339339 , libraryDynDirs = mungePaths (libraryDynDirs pkginfo)
340340 , frameworkDirs = mungePaths (frameworkDirs pkginfo)
341341 , haddockInterfaces = mungePaths (haddockInterfaces pkginfo)
342- , haddockHTMLs = mungeUrls (haddockHTMLs pkginfo)
342+ , haddockHTMLs = mungePaths ( mungeUrls (haddockHTMLs pkginfo) )
343343 }
344344 where
345345 mungePaths = map mungePath
Original file line number Diff line number Diff line change 1+ synopsis: Fix links to installed documentation when running ` cabal haddock `
2+ packages: Cabal
3+ prs: #11218
4+
5+ Links to installed documentation (i.e. for base) from generated haddocks should
6+ now work.
7+
8+ The ` pkgroot ` variable wasn't being expanded when reading the ` haddock-html ` field
9+ from a package description.
You can’t perform that action at this time.
0 commit comments