From 052318bdb6df5eece06807c83ed18907c59516b7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Dec 2000 17:51:34 +0000 Subject: [PATCH] [project @ 2000-12-11 17:51:34 by simonmar] gc unused imports --- ghc/lib/std/Char.lhs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 1.7.10.4