mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-07 15:20:21 +00:00
Merge pull request #2 from vincentstorme/master
arch linux haskell guide
This commit is contained in:
commit
fe55e0da3b
10
README.md
10
README.md
@ -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)
|
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
|
### Mac OS X and non-Ubuntu Linux users -> download the binary distribution
|
||||||
|
|
||||||
Download the latest binary distributions for cabal and ghc:
|
Download the latest binary distributions for cabal and ghc:
|
||||||
|
Loading…
Reference in New Issue
Block a user