Some weeks ago I switched from Windows XP to Ubuntu 9.10. Entirely. Without a safety net. It was a big step for me.
All-in-all I’m happy to have made Ubuntu my main system. However, there are some things that bother me here and there.
Posted on January 3rd, 2010 by anty
Filed under: linux | No Comments »
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 »