[Haskell-cafe] Re: Standard C available in cabal package

2009-01-30 Thread Achim Schneider
Maurcio briqueabra...@yahoo.com wrote: Supposed I wanted to write a module with all C functions always available, what could I let be there? POSIX? -- (c) this sig last receiving data processing entity. Inspect headers for copyright history. All rights reserved. Copying, hiring,

[Haskell-cafe] Re: Standard C available in cabal package

2009-01-30 Thread Maurí­cio
Achim Schneider a écrit : Maurcio briqueabra...@yahoo.com wrote: Supposed I wanted to write a module with all C functions always available, what could I let be there? POSIX? Is that portable for non-unix? I think cabal does work on some non-unix systems. Maurício

[Haskell-cafe] Re: Standard C available in cabal package

2009-01-30 Thread Achim Schneider
Maurcio briqueabra...@yahoo.com wrote: Achim Schneider a __crit : Maurcio briqueabra...@yahoo.com wrote: Supposed I wanted to write a module with all C functions always available, what could I let be there? POSIX? Is that portable for non-unix? I think cabal does

Re: [Haskell-cafe] Re: Standard C available in cabal package

2009-01-30 Thread Matthias Kilian
On Fri, Jan 30, 2009 at 09:40:02PM +0100, Achim Schneider wrote: POSIX? Is that portable for non-unix? I think cabal does work on some non-unix systems. Even windows provides POSIX, it's _the_ C standard. If you are going to find a common set of C functions, that'll be it. Don't