fix ghc #24493, with module name introduced in hieAst
The accompanies haddoc PR with GHC PR ghc!12153 (closed)
Two things have been done:
- Link is introduced to every
Xinmodule X where, since we introduce the module name to HieAst, -
{-# LINE 4 "hypsrc-test/src/PositionPragmas.hs" #-}is added before themodule PositionPragmas whereinhypsrc-test/ref/src/PositionPragmas.html. It ensures only a single hieAst for filehypsrc-test/src/PositionPragmas.hsis generated.
Edited by Patrick
Merge request reports
Activity
added 5 commits
-
aacdfd06...9ec56cee - 4 commits from branch
ghc:ghc-head - 363a820a - fix #24493, with module name introduced in hieAst
-
aacdfd06...9ec56cee - 4 commits from branch
added 1 commit
- 9f4f7ad4 - add positionPrograms before module name where
mentioned in merge request ghc!12153 (closed)
added 1 commit
- 035151ef - fix #24493, with module name introduced in hieAst
replace by !53 (merged)
Please register or sign in to reply