Haskell
I finally set up XMonad to build with Stack!
Reconfiguring the XMonad window manager involves having XMonad recompile itself. It took some effort to get XMonad to build itself using my preferred dependency management and build tool, Stack. Here's how I did it.
How to install Haskell "Batteries Included" Platform on Ubuntu Jaunty
Just for kicks I thought I would take another shot at some Haskell programming. To get all of the common libraries and the automated package installer, cabal, I set up the Haskell Platform. Here is how I did it. …