summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Hooks.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Hooks.hs')
-rw-r--r--compiler/GHC/Driver/Hooks.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/Hooks.hs b/compiler/GHC/Driver/Hooks.hs
index 81552a46f6..0fbb10bb89 100644
--- a/compiler/GHC/Driver/Hooks.hs
+++ b/compiler/GHC/Driver/Hooks.hs
@@ -45,11 +45,11 @@ import Id
import GHC.Core
import GHCi.RemoteTypes
import SrcLoc
-import Type
+import GHC.Core.Type
import System.Process
import BasicTypes
import Module
-import TyCon
+import GHC.Core.TyCon
import CostCentre
import GHC.Stg.Syntax
import Stream