[project @ 2005-05-17 14:55:46 by simonmar]
[ghc-hetmet.git] / ghc / compiler / ghci / Linker.lhs
index f8a8c8b..89c3f49 100644 (file)
@@ -41,7 +41,7 @@ import DynFlags               ( DynFlags(..), getOpts )
 import BasicTypes      ( SuccessFlag(..), succeeded, failed )
 import Outputable
 import Panic            ( GhcException(..) )
-import Util             ( zipLazy, global )
+import Util             ( zipLazy, global, joinFileExt, joinFileName )
 import StaticFlags     ( v_Ld_inputs )
 import ErrUtils         ( debugTraceMsg )