RE: cvs commit: fptools/hslibs/data FiniteMap.lhs Set.lhs fptools/hslibs/hssource HsLexer.hs HsParseMonad.hs HsParseUtils.hs HsParser.hs HsPretty.hs HsSyn.hs fptools/hslibs/lang ArrayBase.hs PrelByteArr.lhs fptools/hslibs/lang/monads MonadCont.lhs ...

"Simon Marlow" <[email protected]> Tue, 5 Oct 2004 14:25:33 +0100
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <3429668D0E777A499EE74A7952C382D10281D961@EUR-MSG-01.europe.corp.microsoft.com>
On 05 October 2004 14:19, Ross Paterson wrote:

> On Tue, Oct 05, 2004 at 02:09:20PM +0100, Simon Marlow wrote:
>> Let's see...
>>=20
>> SystemExts.getEnvironment could be added to System.Environment.
>> Seems reasonable to me.=20
>>=20
>> POpen is subsumed by System.Process.  Well, maybe we want to add
>> something with a similar API to POpen.popen, but that's pretty easy.
>>=20
>> object-io, graphics and win32 are subsumed by the new hierarchical
>> versions, aren't they?
>=20
> The graphics part of the new Win32 doesn't work yet (AFAIK), and HGL
> depends on that on Windows.

Ok, we can continue to ship the non-hierarchical versions of these for
the time being then.

Cheers,
	Simon