sudo apt-get update
sudo apt-get install zlib1g-dev
sudo apt-get -t experimental install ghc ghc-prof cabal-install alex happy
cabal update
echo "require-sandbox: True" >> ~/.cabal/config
Last active
August 29, 2015 14:02
-
-
Save valyakuttan/9be754389fa76b9f503e to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
streamlined the installation process