anty.info

Comments and help on web development.

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 [...]