diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2021-03-25 22:54:15 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-31 11:13:28 -0400 |
commit | 798d8f80e1562891e4bbd8e4d8f42926cecf32b3 (patch) | |
tree | 927e558a1849636d6fb5e4924adf56fdb283b128 /compiler/GHC.hs | |
parent | 49bc1e9ec854e571dfa78ac43565073586579f31 (diff) | |
download | haskell-798d8f80e1562891e4bbd8e4d8f42926cecf32b3.tar.gz |
EPA : Rename AnnComment to EpaComment
Follow-up from !2418, see #19579
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, |