From: simonmar Date: Thu, 13 Sep 2001 15:34:17 +0000 (+0000) Subject: [project @ 2001-09-13 15:34:17 by simonmar] X-Git-Tag: nhc98-1-18-release~1163 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=660b5953de6e9850b8d2c34e13887c4afba9d38b;p=ghc-base.git [project @ 2001-09-13 15:34:17 by simonmar] remove unused import --- 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(..) )