summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnDriver.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcRnDriver.hs-boot')
-rw-r--r--compiler/typecheck/TcRnDriver.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnDriver.hs-boot b/compiler/typecheck/TcRnDriver.hs-boot
index cdbdca50af..7cd65195be 100644
--- a/compiler/typecheck/TcRnDriver.hs-boot
+++ b/compiler/typecheck/TcRnDriver.hs-boot
@@ -1,7 +1,7 @@
module TcRnDriver where
import GhcPrelude
-import Type (TyThing)
+import GHC.Core.Type(TyThing)
import TcRnTypes (TcM)
import Outputable (SDoc)
import Name (Name)