From 8fe056b22898b185813b6d4011a57135fe7d4c1d Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 28 Mar 2000 08:51:09 +0000 Subject: [PATCH] [project @ 2000-03-28 08:51:09 by simonmar] remove redundant import. --- ghc/lib/std/PrelIOBase.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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__) -- 1.7.10.4