We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3801b23 commit 4a44857Copy full SHA for 4a44857
ghcide/src/Development/IDE/GHC/Compat/Plugins.hs
@@ -98,7 +98,7 @@ initializePlugins env = do
98
pure $ hscSetFlags newDf env
99
#endif
100
101
--- Plugins aren't stored in ModSummary anymore since GHC 9.0, but this
+-- | Plugins aren't stored in ModSummary anymore since GHC 9.2, but this
102
-- function still returns it for compatibility with 8.10
103
initPlugins :: HscEnv -> ModSummary -> IO (ModSummary, HscEnv)
104
initPlugins session modSummary = do
0 commit comments