Simon Hengel pushed to branch wip/sol/interactive-package-error-hints at Glasgow Haskell Compiler / GHC Commits: 32e0cab7 by Simon Hengel at 2026-06-25T08:49:35+00:00 Edit Ppr.hs - - - - - 1 changed file: - compiler/GHC/Iface/Errors/Ppr.hs Changes: ===================================== compiler/GHC/Iface/Errors/Ppr.hs ===================================== @@ -7,6 +7,9 @@ module GHC.Iface.Errors.Ppr ( IfaceMessageOpts(..) , interfaceErrorHints + , interfaceErrorDiagnostic + , missingInterfaceErrorHints + , missingInterfaceErrorReason , interfaceErrorReason , missingInterfaceErrorDiagnostic , readInterfaceErrorDiagnostic View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/32e0cab77d05453fba5562133aeabbec... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/32e0cab77d05453fba5562133aeabbec... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Hengel (@sol)