install-haskell/README.md

18 lines
421 B
Markdown
Raw Permalink Normal View History

2014-08-16 09:21:32 +00:00
install-haskell
===============
2014-08-16 22:04:38 +00:00
A script to install Haskell and minimize cabal hell.
2014-08-17 10:36:47 +00:00
2014-09-09 20:11:05 +00:00
If you are on Linux install `libgmp-dev`, `bzip2` and `zsh`.
2014-08-16 22:04:38 +00:00
```
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
2014-08-16 22:04:38 +00:00
```