From: simonmar Date: Tue, 28 Mar 2000 08:51:09 +0000 (+0000) Subject: [project @ 2000-03-28 08:51:09 by simonmar] X-Git-Tag: Approximately_9120_patches~4893 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8fe056b22898b185813b6d4011a57135fe7d4c1d;p=ghc-hetmet.git [project @ 2000-03-28 08:51:09 by simonmar] remove redundant import. --- diff --git a/ghc/lib/std/PrelIOBase.lhs b/ghc/lib/std/PrelIOBase.lhs index c99197f..ebcea05 100644 --- a/ghc/lib/std/PrelIOBase.lhs +++ b/ghc/lib/std/PrelIOBase.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelIOBase.lhs,v 1.18 2000/03/14 01:52:25 sof Exp $ +% $Id: PrelIOBase.lhs,v 1.19 2000/03/28 08:51:09 simonmar Exp $ % % (c) The AQUA Project, Glasgow University, 1994-1998 % @@ -22,10 +22,9 @@ import {-# SOURCE #-} PrelErr ( error ) import PrelST import PrelBase import {-# SOURCE #-} PrelException ( ioError ) -import PrelST ( ST(..), STret(..) ) import PrelMaybe ( Maybe(..) ) import PrelAddr ( Addr(..), nullAddr ) -import PrelPack ( unpackCString ) +import PrelPack ( unpackCString ) import PrelShow #if !defined(__CONCURRENT_HASKELL__)