diff options
author | Zubin Duggal <zubin@cmi.ac.in> | 2020-06-09 16:58:22 +0530 |
---|---|---|
committer | Zubin Duggal <zubin@cmi.ac.in> | 2020-06-21 21:19:18 +0530 |
commit | 45add0d8a39172d17e822b762508685d7b433639 (patch) | |
tree | 60fe9c1db01bf65bad43744b6164a7b5cbd38f9c /haddock-api/src/Haddock/Interface/AttachInstances.hs | |
parent | 02a1def8d147da88a0433726590f8586f486c760 (diff) |
Use functions exported from HsToCore
Diffstat (limited to 'haddock-api/src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/AttachInstances.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock-api/src/Haddock/Interface/AttachInstances.hs b/haddock-api/src/Haddock/Interface/AttachInstances.hs index 7deb67f9..0840bd77 100644 --- a/haddock-api/src/Haddock/Interface/AttachInstances.hs +++ b/haddock-api/src/Haddock/Interface/AttachInstances.hs @@ -44,6 +44,7 @@ import GHC.Core.TyCon import GHC.Core.TyCo.Rep import GHC.Builtin.Types.Prim( funTyConName ) import GHC.Types.Var hiding (varName) +import GHC.HsToCore.Docs type ExportedNames = Set.Set Name type Modules = Set.Set Module |