[Haskell-cafe] non POSIX/Win32 API support

2007-09-24 Thread Galchin Vasili
Hello, I want to provide support for another OS. How are the POISIX modules implemented? E.g. in terms of Green Card? Kind regards, Bill Halchin ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] non POSIX/Win32 API support

2007-09-24 Thread Ian Lynagh
On Mon, Sep 24, 2007 at 04:10:30PM -0500, Galchin Vasili wrote: I want to provide support for another OS. How are the POISIX modules implemented? E.g. in terms of Green Card? They use hsc2hs, the FFI and a splash of C. You can get the sources from this darcs repo:

Re: [Haskell-cafe] non POSIX/Win32 API support

2007-09-24 Thread Galchin Vasili
Thanks, Ian. Bill On 9/24/07, Ian Lynagh [EMAIL PROTECTED] wrote: On Mon, Sep 24, 2007 at 04:10:30PM -0500, Galchin Vasili wrote: I want to provide support for another OS. How are the POISIX modules implemented? E.g. in terms of Green Card? They use hsc2hs, the FFI and a splash of