diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-04-17 09:27:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 09:27:35 -0400 |
commit | 75ea1b31fce54bf2b0c1bf8edad4419f48e6036c (patch) | |
tree | e50d068d85b4e1bce8a55965a5423bb4866c6ab2 /haddock-api/src/Haddock/Interface/AttachInstances.hs | |
parent | 5ec817a3e41b7eaa50c74701ab2d7642df86464c (diff) | |
parent | 20bf93490b37c0410d85a0ad4d38f9ddc2253589 (diff) |
Merge pull request #1160 from hsyl20/wip/hsyl20/modules/systools
Module renaming
Diffstat (limited to 'haddock-api/src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/AttachInstances.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/AttachInstances.hs b/haddock-api/src/Haddock/Interface/AttachInstances.hs index 5bec4d34..00e9aabb 100644 --- a/haddock-api/src/Haddock/Interface/AttachInstances.hs +++ b/haddock-api/src/Haddock/Interface/AttachInstances.hs @@ -42,7 +42,7 @@ import Outputable (text, sep, (<+>)) import GHC.Types.SrcLoc import GHC.Core.TyCon import GHC.Core.TyCo.Rep -import TysPrim( funTyConName ) +import GHC.Builtin.Types.Prim( funTyConName ) import GHC.Types.Var hiding (varName) type ExportedNames = Set.Set Name |