From 8197bf923d53271557bb546c1a6d9e54a770a68b Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 17 May 2005 14:55:46 +0000 Subject: [PATCH] [project @ 2005-05-17 14:55:46 by simonmar] import fix --- ghc/compiler/ghci/Linker.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/ghci/Linker.lhs b/ghc/compiler/ghci/Linker.lhs index f8a8c8b..89c3f49 100644 --- a/ghc/compiler/ghci/Linker.lhs +++ b/ghc/compiler/ghci/Linker.lhs @@ -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 ) -- 1.7.10.4