[project @ 2000-11-02 14:27:01 by simonmar]
[ghc-hetmet.git] / ghc / compiler / ghci / StgInterp.lhs
similarity index 99%
rename from ghc/compiler/stgSyn/StgInterp.lhs
rename to ghc/compiler/ghci/StgInterp.lhs
index 3f7ad4b..e3e58c0 100644 (file)
@@ -63,8 +63,6 @@ import {-# SOURCE #-} MCI_make_constr
 import IOExts          ( unsafePerformIO ) -- ToDo: remove
 import PrelGHC         --( unsafeCoerce#, dataToTag#,
                        --  indexPtrOffClosure#, indexWordOffClosure# )
-import IO              ( hPutStr, stderr )
-import Char            ( ord )
 import PrelAddr        ( Addr(..) )
 import PrelFloat       ( Float(..), Double(..) )
 import Word