Make ObjLink warning-free
[ghc-hetmet.git] / compiler / ghci / ObjLink.lhs
index dad8d47..1dbf0cf 100644 (file)
@@ -21,10 +21,9 @@ module ObjLink (
    resolveObjs          -- :: IO SuccessFlag
   )  where
 
-import Panic           ( panic )
+import Panic
 import BasicTypes      ( SuccessFlag, successIf )
 import Config          ( cLeadingUnderscore )
-import Outputable
 
 import Control.Monad    ( when )
 import Foreign.C