From 660b5953de6e9850b8d2c34e13887c4afba9d38b Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 13 Sep 2001 15:34:17 +0000 Subject: [PATCH] [project @ 2001-09-13 15:34:17 by simonmar] remove unused import --- GHC/IOBase.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index 7a71cd3..1ff572b 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -1,5 +1,5 @@ % ------------------------------------------------------------------------------ -% $Id: IOBase.lhs,v 1.3 2001/09/13 11:38:54 simonmar Exp $ +% $Id: IOBase.lhs,v 1.4 2001/09/13 15:34:17 simonmar Exp $ % % (c) The University of Glasgow, 1994-2001 % @@ -15,7 +15,6 @@ module GHC.IOBase where import GHC.ST import GHC.STRef -import GHC.Arr import GHC.Base import GHC.Num -- To get fromInteger etc, needed because of -fno-implicit-prelude import Data.Maybe ( Maybe(..) ) -- 1.7.10.4