diff options
author | simonmar <unknown> | 2000-05-30 14:28:13 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-05-30 14:28:13 +0000 |
commit | f516b2d1957156e95fa126a143af6e688b78bdcc (patch) | |
tree | 2732fc5b137f3cb5c73eb4bb00f6c3ab7cd620b0 /ghc/lib/std/PrelIOBase.lhs | |
parent | ce1b0fe26ed7bb211e10129043655f38d4433bcd (diff) | |
download | haskell-f516b2d1957156e95fa126a143af6e688b78bdcc.tar.gz |
[project @ 2000-05-30 14:28:13 by simonmar]
don't need to import PrelPack.hi-boot
Diffstat (limited to 'ghc/lib/std/PrelIOBase.lhs')
-rw-r--r-- | ghc/lib/std/PrelIOBase.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/std/PrelIOBase.lhs b/ghc/lib/std/PrelIOBase.lhs index c87b9ca37f..4131de00c5 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__) |