diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-23 16:40:54 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-03-23 16:40:54 -0400 |
commit | 65f22afa9e66195baa6b7d44369e2b23cd8f77d2 (patch) | |
tree | b2c45229d7111f3f3aa4e4af0619120686b3b912 /haddock-api/src/Haddock/Interface/LexParseRn.hs | |
parent | 7618613814d5aca838d70df0c1b20ec99f5611a8 (diff) | |
parent | 3c2944c037263b426c4fe60a3424c27b852ea71c (diff) |
Merge commit '3c2944c037263b426c4fe60a3424c27b852ea71c' into HEAD
More changes from the GHC types module refactoring.
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) |