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 908db38 commit 546d982Copy full SHA for 546d982
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs
@@ -931,9 +931,9 @@ suggestExtendImport exportsMap (L _ HsModule {hsmodImports}) Diagnostic{_range=_
931
| Just [binding, mod, srcspan] <-
932
matchRegexUnifySpaces _message
933
#if MIN_VERSION_ghc(9,7,0)
934
- "Add ‘([^’]*)’ to the import list in the import of ‘([^’]*)’ *\\(at (.*)\\)."
+ "Add ‘([^’]*)’ to the import list in the import of ‘([^’]*)’ *\\(at (.*)\\)\\."
935
#else
936
- "Perhaps you want to add ‘([^’]*)’ to the import list in the import of ‘([^’]*)’ *\\((.*)\\)."
+ "Perhaps you want to add ‘([^’]*)’ to the import list in the import of ‘([^’]*)’ *\\((.*)\\)\\."
937
#endif
938
= suggestions hsmodImports binding mod srcspan
939
| Just (binding, mod_srcspan) <-
0 commit comments