[project @ 2001-08-04 06:11:24 by ken]
[ghc-hetmet.git] / ghc / lib / std / Char.lhs
index 442b84e..1fbc390 100644 (file)
@@ -1,7 +1,8 @@
+% -----------------------------------------------------------------------------
+% $Id: Char.lhs,v 1.8 2000/12/11 17:51:34 simonmar Exp $
 %
-% (c) The AQUA Project, Glasgow University, 1994-1999
+% (c) The University of Glasgow, 1994-2000
 %
-
 \section[Char]{Module @Char@}
 
 \begin{code}
@@ -35,10 +36,7 @@ module Char
 #ifndef __HUGS__
 import PrelBase
 import PrelShow
-import PrelEnum
-import PrelNum
 import PrelRead (readLitChar, lexLitChar, digitToInt)
-import PrelErr  ( error )
 #else
 isLatin1 c = True
 #endif