[Haskell-cafe] setNonBlockingFD?

Johan Tibell johan.tibell at gmail.com
Tue Feb 2 19:44:47 EST 2010


On Tue, Feb 2, 2010 at 4:41 PM, Magnus Therning <magnus at therning.org> wrote:

> network-fancy fails to build because "Not in scope: 'setNonBlockingFD'".
>  Any
> pointers to what should be used in 6.12?
>

I have the following in 'network':

#if __GLASGOW_HASKELL__ < 611
    System.Posix.Internals.setNonBlockingFD fd
#else
    System.Posix.Internals.setNonBlockingFD fd True
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100202/12e1a495/attachment.html


More information about the Haskell-Cafe mailing list