[Haskell-cafe] windows network programming

Paulo Tanimoto ptanimoto at gmail.com
Mon Nov 1 20:20:30 EDT 2010


On Mon, Nov 1, 2010 at 7:04 PM, Antoine Latter <aslatter at gmail.com> wrote:
> Have you tried the 'network' package on Hackage? I had thought it was
> cross-platform. I do not do much development on Windows.
>
> On Nov 1, 2010 6:45 PM, "Michael Litchard" <michael at schmong.org> wrote:
>> I took a quick look on hackage for an interface to windows networking
>> function calls, and didn't find anything that worked. I may have
>> overlooked something. What's the state of windows network programming?
>> Any recommendations for a good package?

Yes, I think it is cross-platform and it ships with Haskell Platform
(so you don't have to compile by yourself).

http://hackage.haskell.org/platform/contents.html

Michael, also note that the newest version on Hackage merges "network"
and "network-bytestring".

http://hackage.haskell.org/package/network

Paulo


More information about the Haskell-Cafe mailing list