X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FOutputable.lhs;h=96d611f0dd9b7d1efa522291163765181064c034;hb=53ce311e219dcccf4d205f573c16e23a5c44265e;hp=2c79450863df7e4de58495ec8ca20ce04ea6d420;hpb=615a5546467c7864c765adf40706f23be3fa28b6;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/Outputable.lhs b/ghc/compiler/utils/Outputable.lhs index 2c79450..96d611f 100644 --- a/ghc/compiler/utils/Outputable.lhs +++ b/ghc/compiler/utils/Outputable.lhs @@ -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 )