[project @ 2000-10-02 13:58:51 by sewardj]
[ghc-hetmet.git] / ghc / compiler / main / Main.lhs
index 78d1227..cf0ee0e 100644 (file)
@@ -46,7 +46,10 @@ import BSD
 import IOExts          ( unsafePerformIO )
 import NativeInfo       ( os, arch )
 #endif
+#ifdef GHCI
 import StgInterp       ( runStgI )
+import CompManager
+#endif
 
 \end{code}