Hannes Siebenhandl pushed to branch wip/fendor/hpc-bc-support at Glasgow Haskell Compiler / GHC Commits: 7fb0b183 by fendor at 2026-04-13T09:31:02+02:00 Use common module name printing function - - - - - 1 changed file: - compiler/GHC/HsToCore/Coverage.hs Changes: ===================================== compiler/GHC/HsToCore/Coverage.hs ===================================== @@ -158,4 +158,4 @@ mkHpcTickLabel platform mod = mkHpcModuleLabel :: Module -> String mkHpcModuleLabel mod = - showSDocOneLine defaultSDocContext (pprCode $ ppr mod) + showSDocOneLine defaultSDocContext (pprCode $ hpcModuleName mod) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7fb0b183167613ec461f379ef6458663... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7fb0b183167613ec461f379ef6458663... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)