diff options
Diffstat (limited to 'compiler/GHC/Tc/Module.hs-boot')
-rw-r--r-- | compiler/GHC/Tc/Module.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Module.hs-boot b/compiler/GHC/Tc/Module.hs-boot index 90d775a4e2..2748c769e4 100644 --- a/compiler/GHC/Tc/Module.hs-boot +++ b/compiler/GHC/Tc/Module.hs-boot @@ -1,7 +1,7 @@ module GHC.Tc.Module where import GHC.Prelude -import GHC.Core.Type(TyThing) +import GHC.Types.TyThing(TyThing) import GHC.Tc.Types (TcM) import GHC.Utils.Outputable (SDoc) import GHC.Types.Name (Name) |