[project @ 2005-05-17 14:55:46 by simonmar]
authorsimonmar <unknown>
Tue, 17 May 2005 14:55:46 +0000 (14:55 +0000)
committersimonmar <unknown>
Tue, 17 May 2005 14:55:46 +0000 (14:55 +0000)
import fix

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 )