diff options
Diffstat (limited to 'haddock-api/src/Haddock/Interface/LexParseRn.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/LexParseRn.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/LexParseRn.hs b/haddock-api/src/Haddock/Interface/LexParseRn.hs index 8a5a5594..22279614 100644 --- a/haddock-api/src/Haddock/Interface/LexParseRn.hs +++ b/haddock-api/src/Haddock/Interface/LexParseRn.hs @@ -33,7 +33,7 @@ import Haddock.Parser import Haddock.Types import GHC.Types.Name import Outputable ( showPpr, showSDoc ) -import GHC.Types.Name.RdrName +import GHC.Types.Name.Reader import EnumSet import GHC.Rename.Env (dataTcOccs) |