diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-04-07 11:19:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 11:19:58 -0400 |
commit | cb65d6f3d452f46dcdd87347f50ce1548aa3fbbb (patch) | |
tree | 46d459989eb9bc28f4d035b5639d96bf88912ccf /haddock-api/src/Haddock/Interface/Create.hs | |
parent | c8a9f89a49a1a4aada87c8f6df8432e659dbcdcc (diff) | |
parent | 38036137bce2587c6d50756f6fab8cfafeb5a63b (diff) |
Merge pull request #1154 from hsyl20/wip/hsyl20/modules/tc
Module renaming: amend previous patch
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 43f12d3d..de4febf8 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 GHC.Tc.Utils +import GHC.Tc.Types import FastString ( unpackFS, bytesFS ) import GHC.Types.Basic ( StringLiteral(..), SourceText(..), PromotionFlag(..) ) import qualified Outputable as O |