
19 Feb
2009
19 Feb
'09
1:19 p.m.
2009/2/19 Bryan O'Sullivan
On Wed, Feb 18, 2009 at 6:50 PM, Thomas DuBuisson
wrote: I recall that Niel made sure hoogle doesn't search through non-portable libraries (a shame), but I thought Network.Socket could be used on Windows and yet Hoogle does not give any results for 'socket' or any other functions within Network.Socket.
I can't suggest why the network package isn't being indexed by Hoogle, but it does indeed work on Windows and is not, as erroneously stated by another respondent, POSIX-only.
If you say so, but.. Unix domain sockets? sendFd? I can't claim *none* of it works on windows, but those functions must at best be undefined on windows - right?