From: sof Date: Tue, 3 Jun 1997 22:25:28 +0000 (+0000) Subject: [project @ 1997-06-03 22:25:28 by sof] X-Git-Tag: Approximately_1000_patches_recorded~439 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a28fa9bef2e6c469c6bb152c9b625fb7f965ef08;p=ghc-hetmet.git [project @ 1997-06-03 22:25:28 by sof] Explicit import of ord and chr from Char --- diff --git a/ghc/lib/required/IO.lhs b/ghc/lib/required/IO.lhs index 9d8a642..3d4bb2f 100644 --- a/ghc/lib/required/IO.lhs +++ b/ghc/lib/required/IO.lhs @@ -41,6 +41,7 @@ import PackedString ( nilPS, packCBytesST, unpackPS ) import PrelBase import GHC import Foreign ( ForeignObj, Addr, makeForeignObj, writeForeignObj ) +import Char ( ord, chr ) \end{code} %*********************************************************