Skip to content

Commit

Permalink
Turn into haddock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Dec 19, 2022
1 parent 3801b23 commit 4a44857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/GHC/Compat/Plugins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ initializePlugins env = do
pure $ hscSetFlags newDf env
#endif

-- 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
-- function still returns it for compatibility with 8.10
initPlugins :: HscEnv -> ModSummary -> IO (ModSummary, HscEnv)
initPlugins session modSummary = do
Expand Down

0 comments on commit 4a44857

Please sign in to comment.