summaryrefslogtreecommitdiff
path: root/compiler/GHC/CoreToIface.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CoreToIface.hs-boot')
-rw-r--r--compiler/GHC/CoreToIface.hs-boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/CoreToIface.hs-boot b/compiler/GHC/CoreToIface.hs-boot
index 24fb1a148b..7daa190405 100644
--- a/compiler/GHC/CoreToIface.hs-boot
+++ b/compiler/GHC/CoreToIface.hs-boot
@@ -1,14 +1,14 @@
module GHC.CoreToIface where
-import {-# SOURCE #-} TyCoRep ( Type, TyLit, Coercion )
+import {-# SOURCE #-} GHC.Core.TyCo.Rep ( Type, TyLit, Coercion )
import {-# SOURCE #-} GHC.Iface.Type( IfaceType, IfaceTyCon, IfaceForAllBndr
, IfaceCoercion, IfaceTyLit, IfaceAppArgs )
import Var ( TyCoVarBinder )
import VarEnv ( TidyEnv )
-import TyCon ( TyCon )
+import GHC.Core.TyCon ( TyCon )
import VarSet( VarSet )
--- For TyCoRep
+-- For GHC.Core.TyCo.Rep
toIfaceTypeX :: VarSet -> Type -> IfaceType
toIfaceTyLit :: TyLit -> IfaceTyLit
toIfaceForAllBndr :: TyCoVarBinder -> IfaceForAllBndr