[project @ 2001-11-19 16:34:12 by simonpj]
[ghc-hetmet.git] / ghc / compiler / utils / Outputable.lhs
index 2c79450..96d611f 100644 (file)
@@ -57,7 +57,7 @@ import Pretty         ( Doc, Mode(..), TextDetails(..), fullRender )
 import Panic
 
 import Word            ( Word32 )
-import IO              ( Handle, hPutChar, hPutStr, stderr, stdout )
+import IO              ( Handle, stderr, stdout )
 import Char             ( chr )
 #if __GLASGOW_HASKELL__ < 410
 import Char            ( ord, isDigit )