Improve External Core syntax for newtypes
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
index 9e2ef17..649e59d 100644 (file)
@@ -54,8 +54,8 @@ import TcRnMonad
 import TcType
 import TcMType
 import TcUnify
-import TcGadt
 import TcEnv
+import Unify
 import DriverPhases
 import TyCon
 import Name
@@ -68,8 +68,13 @@ import PrelNames
 import TysWiredIn
 
 import Outputable
+import FastString
 import Panic
 
+#ifndef GHCI_TABLES_NEXT_TO_CODE
+import Constants        ( wORD_SIZE )
+#endif
+
 import GHC.Arr          ( Array(..) )
 import GHC.Exts
 import GHC.IOBase ( IO(IO) )