We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654dca3 commit c6862f4Copy full SHA for c6862f4
ghcide/src/Development/IDE/GHC/Compat/Outputable.hs
@@ -154,11 +154,7 @@ type PsError = ErrMsg
154
155
mkPrintUnqualifiedDefault :: GlobalRdrEnv -> PrintUnqualified
156
mkPrintUnqualifiedDefault =
157
-#if MIN_VERSION_ghc(9,2,0)
158
- GHC.Types.Name.Ppr.mkPrintUnqualified undefined
159
-#else
160
HscTypes.mkPrintUnqualified unsafeGlobalDynFlags
161
-#endif
162
163
mkWarnMsg :: DynFlags -> SrcSpan -> PrintUnqualified -> SDoc -> MsgEnvelope DecoratedSDoc
164
mkWarnMsg =
0 commit comments