diff options
Diffstat (limited to 'compiler/GHC.hs')
-rw-r--r-- | compiler/GHC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC.hs b/compiler/GHC.hs index ec9c473c26..d7b43caa84 100644 --- a/compiler/GHC.hs +++ b/compiler/GHC.hs @@ -283,7 +283,7 @@ module GHC ( parser, -- * API Annotations - AnnKeywordId(..),AnnotationComment(..), + AnnKeywordId(..),EpaComment(..), -- * Miscellaneous --sessionHscEnv, |