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 8730bf7 commit fa0d4deCopy full SHA for fa0d4de
ghcide/src/Development/IDE/GHC/Compat/Core.hs
@@ -548,6 +548,9 @@ import GHC.Unit.Module.ModDetails
548
import GHC.Unit.Module.ModGuts
549
import GHC.Unit.Module.ModIface (IfaceExport, ModIface,
550
ModIface_ (..), mi_fix
551
+#if !MIN_VERSION_ghc(9,9,0)
552
+import GHC.Hs (SrcSpanAnn')
553
+#endif
554
#if MIN_VERSION_ghc(9,11,0)
555
, pattern ModIface
556
, set_mi_top_env
0 commit comments