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 e456f66 commit 814ad46Copy full SHA for 814ad46
plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
@@ -44,7 +44,7 @@ import "ghc" HscTypes as RealGHC.HscTypes (hsc_dflags)
44
import qualified "ghc" EnumSet as EnumSet
45
import Language.Haskell.GhclibParserEx.GHC.Driver.Session as GhclibParserEx (readExtension)
46
#else
47
-import GHC hiding (DynFlags(..))
+import Development.IDE.GHC.Compat hiding (DynFlags(..))
48
#endif
49
50
import Ide.Logger
0 commit comments