arch linux haskell install

pull/2/head
Vincent Storme 10 years ago
parent 487f6e589f
commit 929ed9507c

@ -19,6 +19,16 @@ Specifically:
Then add `~/.cabal/bin:/opt/cabal/1.20/bin:/opt/ghc/7.8.2/bin:/opt/happy/1.19.3/bin:/opt/alex/3.1.3/bin` to your PATH (bash_profile, zshrc, bashrc, etc)
### Arch Linux users
To install Haskell from the official repos on Arch Linux
Update your mirrorlist
- sudo pacman -Syy
Download Haskell
- sudo pacman -S cabal-install ghc happy alex haddock
### Mac OS X and non-Ubuntu Linux users -> download the binary distribution
Download the latest binary distributions for cabal and ghc:

Loading…
Cancel
Save