From: simonmar Date: Tue, 30 May 2000 14:28:13 +0000 (+0000) Subject: [project @ 2000-05-30 14:28:13 by simonmar] X-Git-Tag: Approximately_9120_patches~4349 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f516b2d1957156e95fa126a143af6e688b78bdcc;p=ghc-hetmet.git [project @ 2000-05-30 14:28:13 by simonmar] don't need to import PrelPack.hi-boot --- diff --git a/ghc/lib/std/PrelIOBase.lhs b/ghc/lib/std/PrelIOBase.lhs index c87b9ca..4131de0 100644 --- a/ghc/lib/std/PrelIOBase.lhs +++ b/ghc/lib/std/PrelIOBase.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelIOBase.lhs,v 1.24 2000/05/30 12:50:04 sewardj Exp $ +% $Id: PrelIOBase.lhs,v 1.25 2000/05/30 14:28:13 simonmar Exp $ % % (c) The AQUA Project, Glasgow University, 1994-1998 % @@ -24,7 +24,7 @@ import PrelBase import {-# SOURCE #-} PrelException ( ioError ) import PrelMaybe ( Maybe(..) ) import PrelAddr ( Addr(..), nullAddr ) -import {-# SOURCE #-} PrelPack ( unpackCString ) +import PrelPack ( unpackCString ) import PrelShow #if !defined(__CONCURRENT_HASKELL__)