Skip to content

Commit 79368d4

Browse files
fendorwz1000
authored andcommitted
Turn into haddock comment
1 parent 06d0c18 commit 79368d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)