
23 Oct
2007
23 Oct
'07
11:22 a.m.
2007/10/23, Simon Marlow:
You don't say what you're working on specifically, but in general the direction we want to move in is to develop new stuff outside of the base package, where you have full access to the Win32 or unix APIs. In the upcoming GHC release we've separated out various parts of base for this reason.
I'm working on overlapped IO support for Haskell handles (sockets in particular) using an IO completion port. I'll put the code in a separate library. Regards, Felix