[project @ 2005-05-17 15:03:38 by simonmar]
authorsimonmar <unknown>
Tue, 17 May 2005 15:03:38 +0000 (15:03 +0000)
committersimonmar <unknown>
Tue, 17 May 2005 15:03:38 +0000 (15:03 +0000)
more import fixing

ghc/compiler/ghci/Linker.lhs

index 89c3f49..81b512f 100644 (file)
@@ -29,7 +29,6 @@ import ByteCodeAsm    ( CompiledByteCode(..), bcoFreeNames, UnlinkedBCO(..))
 
 import Packages
 import DriverPhases    ( isObjectFilename, isDynLibFilename )
-import Util            ( getFileSuffix )
 import Finder          ( findModule, findObjectLinkableMaybe, FindResult(..) )
 import HscTypes
 import Name            ( Name, nameModule, isExternalName, isWiredInName )
@@ -41,7 +40,7 @@ import DynFlags               ( DynFlags(..), getOpts )
 import BasicTypes      ( SuccessFlag(..), succeeded, failed )
 import Outputable
 import Panic            ( GhcException(..) )
-import Util             ( zipLazy, global, joinFileExt, joinFileName )
+import Util             ( zipLazy, global, joinFileExt, joinFileName, suffixOf )
 import StaticFlags     ( v_Ld_inputs )
 import ErrUtils         ( debugTraceMsg )