We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb557b3 commit 0555e09Copy full SHA for 0555e09
ghcide/src/Development/IDE/GHC/ExactPrint.hs
@@ -74,10 +74,10 @@ instance NFData GetAnnotatedParsedSource
74
instance Binary GetAnnotatedParsedSource
75
type instance RuleResult GetAnnotatedParsedSource = Annotated ParsedSource
76
77
--- | Get the latest version of the annotated parse source.
+-- | Get the latest version of the annotated parse source with comments.
78
getAnnotatedParsedSourceRule :: Rules ()
79
getAnnotatedParsedSourceRule = define $ \GetAnnotatedParsedSource nfp -> do
80
- pm <- use GetParsedModule nfp
+ pm <- use GetParsedModuleWithComments nfp
81
return ([], fmap annotateParsedSource pm)
82
83
annotateParsedSource :: ParsedModule -> Annotated ParsedSource
0 commit comments