Updating dev environment installation info

This commit is contained in:
Robb Shecter 2015-12-03 14:27:24 -08:00
parent 3e0216bbcc
commit 410cc03b09

View File

@ -426,7 +426,7 @@ qsort (p:xs) = qsort lesser ++ [p] ++ qsort greater
greater = filter (>= p) xs greater = filter (>= p) xs
``` ```
Haskell is easy to install. Get it [here](http://www.haskell.org/platform/). There are two popular ways to install Haskell: The traditional [Cabal-based installation](http://www.haskell.org/platform/), and the newer [Stack-based process](https://www.stackage.org/install).
You can find a much gentler introduction from the excellent You can find a much gentler introduction from the excellent
[Learn you a Haskell](http://learnyouahaskell.com/) or [Learn you a Haskell](http://learnyouahaskell.com/) or