From 929ed9507c525dd362ce1a23a1108d9dce5a2f72 Mon Sep 17 00:00:00 2001 From: Vincent Storme Date: Mon, 19 May 2014 13:18:36 -0700 Subject: [PATCH] arch linux haskell install --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 40cf1b4..6014d80 100644 --- a/README.md +++ b/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) +### 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: