[project @ 2001-05-23 09:28:44 by simonmar]
authorsimonmar <unknown>
Wed, 23 May 2001 09:28:44 +0000 (09:28 +0000)
committersimonmar <unknown>
Wed, 23 May 2001 09:28:44 +0000 (09:28 +0000)
Guess I forgot to commit this file as part of the exitWith changes
yesterday.  Anyway, commit my version now (no functional changes).

ghc/lib/std/PrelRead.lhs

index 67a8194..f8a2636 100644 (file)
@@ -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}
 
 %*********************************************************