No description
Find a file
2015-05-04 22:37:59 +02:00
install-haskell-unstable.sh apparently it is enable-profiling 2015-05-01 17:32:56 +02:00
install-haskell.sh added color and upgraded LTS and cabal versions 2015-05-04 22:37:59 +02:00
LICENSE Initial commit 2014-08-16 11:21:32 +02:00
README.md easier to install and check if on debian based distrib 2015-05-02 14:51:16 +02:00

install-haskell

A script to install Haskell and minimize cabal hell.

If you are on Linux install libgmp-dev, bzip2 and zsh.

curl https://raw.githubusercontent.com/yogsototh/install-haskell/master/install-haskell.sh | sudo zsh

If something goes wrong:

export SUDO_USER=$USER; curl https://raw.githubusercontent.com/yogsototh/install-haskell/master/install-haskell.sh | sudo zsh