summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2023-02-07 09:52:26 +0700
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-14 11:33:06 -0500
commit78aa3b39133feb165b6e305af1b84620a450c8ef (patch)
treee78db1fc5718c05a3edeb458c91a2e684fdb1db0 /compiler/GHC/Parser/PostProcess.hs
parent1928c7f3e9dfc13226e8cf786a565d42df6dad41 (diff)
downloadhaskell-78aa3b39133feb165b6e305af1b84620a450c8ef.tar.gz
Update outdated references to notes
Diffstat (limited to 'compiler/GHC/Parser/PostProcess.hs')
-rw-r--r--compiler/GHC/Parser/PostProcess.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Parser/PostProcess.hs b/compiler/GHC/Parser/PostProcess.hs
index 48e4320faf..f505e9b59d 100644
--- a/compiler/GHC/Parser/PostProcess.hs
+++ b/compiler/GHC/Parser/PostProcess.hs
@@ -2587,7 +2587,7 @@ mkInlinePragma :: SourceText -> (InlineSpec, RuleMatchInfo) -> Maybe Activation
-- The (Maybe Activation) is because the user can omit
-- the activation spec (and usually does)
mkInlinePragma src (inl, match_info) mb_act
- = InlinePragma { inl_src = src -- Note [Pragma source text] in GHC.Types.SourceText
+ = InlinePragma { inl_src = src -- Note [Pragma source text] in "GHC.Types.SourceText"
, inl_inline = inl
, inl_sat = Nothing
, inl_act = act