[project @ 2001-09-26 15:12:33 by simonpj]
[ghc-hetmet.git] / ghc / compiler / utils / Outputable.lhs
index 7aa2461..ef8614e 100644 (file)
@@ -58,7 +58,10 @@ import Panic
 
 import Word            ( Word32 )
 import IO              ( Handle, hPutChar, hPutStr, stderr, stdout )
-import Char             ( chr, ord, isDigit )
+import Char             ( chr )
+#if __GLASGOW_HASKELL__ < 410
+import Char            ( ord, isDigit )
+#endif
 \end{code}