We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae54504 commit af182ddCopy full SHA for af182dd
plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
@@ -73,7 +73,7 @@ import "ghc-lib" GHC hiding
73
ms_hspp_opts)
74
import qualified "ghc-lib" GHC
75
#if MIN_GHC_API_VERSION(9,0,0)
76
-import "ghc-lib" GHC.Types.SrcLoc (BufSpan)
+import "ghc-lib-parser" GHC.Types.SrcLoc (BufSpan)
77
#endif
78
import "ghc-lib-parser" GHC.LanguageExtensions (Extension)
79
import Language.Haskell.GhclibParserEx.GHC.Driver.Session as GhclibParserEx (readExtension)
0 commit comments