Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
index 9e2ef17..8941638 100644 (file)
@@ -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) )