From a28fa9bef2e6c469c6bb152c9b625fb7f965ef08 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 3 Jun 1997 22:25:28 +0000 Subject: [PATCH] [project @ 1997-06-03 22:25:28 by sof] Explicit import of ord and chr from Char --- ghc/lib/required/IO.lhs | 1 + 1 file changed, 1 insertion(+) 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} %********************************************************* -- 1.7.10.4