Skip to content

Commit c564332

Browse files
committed
Turn into haddock comment
1 parent 77d20c3 commit c564332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/GHC/Compat/Plugins.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ initializePlugins env = do
9797
pure $ hscSetFlags newDf env
9898
#endif
9999

100-
-- Plugins aren't stored in ModSummary anymore since GHC 9.0, but this
100+
-- | Plugins aren't stored in ModSummary anymore since GHC 9.2, but this
101101
-- function still returns it for compatibility with 8.10
102102
initPlugins :: HscEnv -> ModSummary -> IO (ModSummary, HscEnv)
103103
initPlugins session modSummary = do

0 commit comments

Comments
 (0)