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 f35775e commit b6065caCopy full SHA for b6065ca
plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs
@@ -239,7 +239,7 @@ unsafeSrcSpanToLoc srcSpan =
239
240
replaceModName :: Name -> Maybe ModuleName -> Module
241
replaceModName name mbModName =
242
- mkModule (moduleUnitId $ nameModule name) (fromMaybe (mkModuleName "Main") mbModName)
+ mkModule (moduleUnit $ nameModule name) (fromMaybe (mkModuleName "Main") mbModName)
243
244
---------------------------------------------------------------------------------------------------
245
-- Config
0 commit comments