From: simonpj Date: Tue, 29 Aug 2000 16:36:23 +0000 (+0000) Subject: [project @ 2000-08-29 16:36:23 by simonpj] X-Git-Tag: Approximately_9120_patches~3823 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b274a9d699c02a7e06769156304f442a3976810e;p=ghc-hetmet.git [project @ 2000-08-29 16:36:23 by simonpj] Remove redundant imports --- diff --git a/ghc/lib/std/Array.lhs b/ghc/lib/std/Array.lhs index dbc7297..c281547 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 0b02d85..d13b704 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} %*********************************************************