
2 Feb
2010
2 Feb
'10
7:44 p.m.
On Tue, Feb 2, 2010 at 4:41 PM, Magnus Therning
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