Skip to content
Snippets Groups Projects
Commit f516b2d1 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-30 14:28:13 by simonmar]

don't need to import PrelPack.hi-boot
parent ce1b0fe2
No related merge requests found
% -----------------------------------------------------------------------------
% $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__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment