diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-31 12:45:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 12:45:02 -0400 |
commit | c8a9f89a49a1a4aada87c8f6df8432e659dbcdcc (patch) | |
tree | c64e4ab72e8881260276a6dfd336c2e1bb251653 /haddock-api/src/Haddock/Interface/Create.hs | |
parent | 65f22afa9e66195baa6b7d44369e2b23cd8f77d2 (diff) | |
parent | 163da78031d7959e5e00c35ade1573bf373f71bc (diff) |
Merge pull request #1152 from hsyl20/wip/hsyl20/modules/tc
Module renaming
Diffstat (limited to 'haddock-api/src/Haddock/Interface/Create.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/Create.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/Create.hs b/haddock-api/src/Haddock/Interface/Create.hs index 8227a6a3..43f12d3d 100644 --- a/haddock-api/src/Haddock/Interface/Create.hs +++ b/haddock-api/src/Haddock/Interface/Create.hs @@ -52,7 +52,7 @@ import GHC.Types.Name.Env import GHC.Driver.Packages ( lookupModuleInAllPackages, PackageName(..) ) import Bag import GHC.Types.Name.Reader -import TcRnTypes +import GHC.Tc.Utils import FastString ( unpackFS, bytesFS ) import GHC.Types.Basic ( StringLiteral(..), SourceText(..), PromotionFlag(..) ) import qualified Outputable as O |