cvs commit: hugs98/lib/exts IOExts.hs
Sigbjorn Finne
sof@galois.com
Wed, 12 Dec 2001 20:43:26 -0800
Re-run unix/convert_hslibs with an up-to-date fptools/hslibs
tree & the loop will just vanish :)
--sigbjorn
----- Original Message -----
From: "Johan Nordlander" <nordland@cse.ogi.edu>
To: "Sigbjorn Finne" <sof@galois.com>
Cc: <cvs-hugs@haskell.org>
Sent: Wednesday, December 12, 2001 18:21
Subject: Re: cvs commit: hugs98/lib/exts IOExts.hs
>
> > sof 2001/12/10 17:46:00 PST
> >
> > Modified files:
> > lib/exts IOExts.hs
> > Log:
> > - move IORef ops out over to the IORef module.
> > - added IOModeEx(..) + openFileEx
> >
> > Revision Changes Path
> > 1.6 +29 -26 hugs98/lib/exts/IOExts.hs
> >
>
> Hmm, we now seem to have mutually recursive modules:
>
> IORef <-> IOExts
>
> Can the change be modified to avoid this?
>
> -- Johan