From: simonmar Date: Mon, 11 Dec 2000 17:51:34 +0000 (+0000) Subject: [project @ 2000-12-11 17:51:34 by simonmar] X-Git-Tag: Approximately_9120_patches~3130 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=052318bdb6df5eece06807c83ed18907c59516b7;p=ghc-hetmet.git [project @ 2000-12-11 17:51:34 by simonmar] gc unused imports --- diff --git a/ghc/lib/std/Char.lhs b/ghc/lib/std/Char.lhs index 972daa9..1fbc390 100644 --- a/ghc/lib/std/Char.lhs +++ b/ghc/lib/std/Char.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: Char.lhs,v 1.7 2000/06/30 13:39:35 simonmar Exp $ +% $Id: Char.lhs,v 1.8 2000/12/11 17:51:34 simonmar Exp $ % % (c) The University of Glasgow, 1994-2000 % @@ -36,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