How to compile Haskell’s network library on Windows
The normal way to recompile a Haskell library would be to:
download the Cabal source package e.g. from HackageDB
unpack it in a directory
locate the directory in the console
use “cabal install -reinstall” and watch the compiling process
For the network-2.2.1.3 package I couldn’t use this approach because I always got the message that “getnameinfo” couldn’t be found.
Posted on July 18th, 2009 by anty
Filed under: development | No Comments »