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 7cde7d3 commit ecf7753Copy full SHA for ecf7753
ghcide/src/Development/IDE/Plugin/Completions/Logic.hs
@@ -681,6 +681,9 @@ uniqueCompl candidate unique =
681
importedFrom (provenance -> ImportedFrom m) = m
682
importedFrom (provenance -> DefinedIn m) = m
683
importedFrom (provenance -> Local _) = "local"
684
+#if __GLASGOW_HASKELL__ < 810
685
+ importedFrom _ = ""
686
+#endif
687
688
-- ---------------------------------------------------------------------
689
-- helper functions for infix backticks
0 commit comments