mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Updating dev environment installation info
This commit is contained in:
parent
3e0216bbcc
commit
410cc03b09
@ -426,7 +426,7 @@ qsort (p:xs) = qsort lesser ++ [p] ++ qsort greater
|
||||
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
|
||||
[Learn you a Haskell](http://learnyouahaskell.com/) or
|
||||
|
Loading…
Reference in New Issue
Block a user