summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/ForeignCall.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/ForeignCall.hs')
-rw-r--r--compiler/GHC/Types/ForeignCall.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/ForeignCall.hs b/compiler/GHC/Types/ForeignCall.hs
index b745a6138f..46cdfd2af3 100644
--- a/compiler/GHC/Types/ForeignCall.hs
+++ b/compiler/GHC/Types/ForeignCall.hs
@@ -231,7 +231,7 @@ instance Outputable Header where
-- 'ApiAnnotation.AnnHeader','ApiAnnotation.AnnVal',
-- 'ApiAnnotation.AnnClose' @'\#-}'@,
--- For details on above see note [Api annotations] in ApiAnnotation
+-- For details on above see note [Api annotations] in GHC.Parser.Annotation
data CType = CType SourceText -- Note [Pragma source text] in GHC.Types.Basic
(Maybe Header) -- header to include for this type
(SourceText,FastString) -- the type itself