X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FRtClosureInspect.hs;h=649e59dc7a15da766cff365e899a5dc80b9a27e6;hb=e4417dcd4679da9c6b18c02ff667199c572bed89;hp=9e2ef17e8da02ae06ce6bebac5c724a29bf0c30f;hpb=937eb1f1386f12c729c6d819417fe81bc4786b9f;p=ghc-hetmet.git diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index 9e2ef17..649e59d 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -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) )