install-haskell/README.md

14 lines
315 B
Markdown
Raw 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 -O https://raw.githubusercontent.com/yogsototh/install-haskell/master/install-haskell.sh
2014-08-17 10:19:52 +00:00
chmod ugo+x install-haskell.sh
2014-08-17 10:34:51 +00:00
sudo ./install-haskell.sh $USER
2014-08-16 22:04:38 +00:00
```