cvs commit: fptools/hslibs/lang Addr.lhs fptools/hslibs/object-io/ObjectIO IOState.hs-boot IOState.hi-boot
Simon Peyton Jones <[email protected]> Fri, 28 Jan 2005 00:54:20 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
simonpj 2005/01/28 00:54:20 PST
Modified files:
hslibs/lang Addr.lhs
Added files:
hslibs/object-io/ObjectIO IOState.hs-boot
Removed files:
hslibs/object-io/ObjectIO IOState.hi-boot
Log:
Fix up recursion for hs-boot story.
* Get rid of recursion between ForeignObj and Addr. It was
gratuitious and more awkward to arrange in the new system.
(If you import writeForeignObjOffAddr, you'll need to get
it from ForeignObj, not Addr.)
* Add hs-boot file for IOState
Revision Changes Path
1.28 +4 -3 fptools/hslibs/lang/Addr.lhs