From: simonmar Date: Wed, 23 May 2001 09:28:44 +0000 (+0000) Subject: [project @ 2001-05-23 09:28:44 by simonmar] X-Git-Tag: Approximately_9120_patches~1892 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bf79510397bb7e72f1f7f6ea49a618a858d121a7;p=ghc-hetmet.git [project @ 2001-05-23 09:28:44 by simonmar] Guess I forgot to commit this file as part of the exitWith changes yesterday. Anyway, commit my version now (no functional changes). --- diff --git a/ghc/lib/std/PrelRead.lhs b/ghc/lib/std/PrelRead.lhs index 67a8194..f8a2636 100644 --- a/ghc/lib/std/PrelRead.lhs +++ b/ghc/lib/std/PrelRead.lhs @@ -1,5 +1,5 @@ % ------------------------------------------------------------------------------ -% $Id: PrelRead.lhs,v 1.19 2001/05/22 19:25:49 qrczak Exp $ +% $Id: PrelRead.lhs,v 1.20 2001/05/23 09:28:44 simonmar Exp $ % % (c) The University of Glasgow, 1994-2000 % @@ -22,10 +22,6 @@ import PrelList import PrelMaybe import PrelShow -- isAlpha etc import PrelBase - --- needed for readIO and instance Read Buffermode ---import PrelIOBase ( IO, userError, BufferMode(..) ) ---import PrelException ( ioError ) \end{code} %*********************************************************