From b274a9d699c02a7e06769156304f442a3976810e Mon Sep 17 00:00:00 2001 From: simonpj <unknown> Date: Tue, 29 Aug 2000 16:36:23 +0000 Subject: [PATCH] [project @ 2000-08-29 16:36:23 by simonpj] Remove redundant imports --- ghc/lib/std/Array.lhs | 3 +-- ghc/lib/std/PrelArrExtra.lhs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ghc/lib/std/Array.lhs b/ghc/lib/std/Array.lhs index dbc7297ed5bb..c28154705877 100644 --- a/ghc/lib/std/Array.lhs +++ b/ghc/lib/std/Array.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: Array.lhs,v 1.13 2000/06/30 13:39:35 simonmar Exp $ +% $Id: Array.lhs,v 1.14 2000/08/29 16:36:23 simonpj Exp $ % % (c) The University of Glasgow, 1994-2000 % @@ -42,7 +42,6 @@ module Array #ifndef __HUGS__ import Ix import PrelList -import PrelShow import PrelArr -- Most of the hard work is done here import PrelBase #else diff --git a/ghc/lib/std/PrelArrExtra.lhs b/ghc/lib/std/PrelArrExtra.lhs index 0b02d854bafc..d13b7045c7fc 100644 --- a/ghc/lib/std/PrelArrExtra.lhs +++ b/ghc/lib/std/PrelArrExtra.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelArrExtra.lhs,v 1.10 2000/06/30 13:39:35 simonmar Exp $ +% $Id: PrelArrExtra.lhs,v 1.11 2000/08/29 16:36:23 simonpj Exp $ % % (c) The University of Glasgow, 1994-2000 % @@ -21,7 +21,6 @@ import PrelByteArr import PrelST import PrelIOBase import PrelBase -import PrelGHC \end{code} %********************************************************* -- GitLab