diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-10-26 19:31:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:31:54 -0400 |
commit | 904a3c276643d15da24303493b62e95dfb0b7726 (patch) | |
tree | bf9aed2bdf1b5629851297595d61ebe7d59e9822 /haddock-api/src/Haddock/Interface.hs | |
parent | a7d1d8e034d25612d5d08ed8fdbf6f472aded4a1 (diff) |
GHC.Driver.Types refactoring (#1242)
Diffstat (limited to 'haddock-api/src/Haddock/Interface.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface.hs b/haddock-api/src/Haddock/Interface.hs index a702d3d6..583cacf8 100644 --- a/haddock-api/src/Haddock/Interface.hs +++ b/haddock-api/src/Haddock/Interface.hs @@ -51,11 +51,12 @@ import Distribution.Verbosity import Text.Printf import GHC.Unit.Module.Env (mkModuleSet, emptyModuleSet, unionModuleSet, ModuleSet) +import GHC.Unit.Module.ModSummary import GHC.Unit.Types import GHC.Data.Graph.Directed import GHC.Driver.Session hiding (verbosity) import GHC hiding (verbosity) -import GHC.Driver.Types +import GHC.Driver.Env import GHC.Data.FastString (unpackFS) import GHC.Tc.Types (tcg_rdr_env) import GHC.Types.Name (nameIsFromExternalPackage, nameOccName) |