Skip to content

Commit 4a44857

Browse files
committed
Turn into haddock comment
1 parent 3801b23 commit 4a44857

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
@@ -98,7 +98,7 @@ initializePlugins env = do
9898
pure $ hscSetFlags newDf env
9999
#endif
100100

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

0 commit comments

Comments
 (0)