mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-07 15:20:21 +00:00
formatting
This commit is contained in:
parent
e3af0f775d
commit
deeeb7f818
@ -1,4 +1,4 @@
|
|||||||
# The Guide
|
###### The Guide ######
|
||||||
|
|
||||||
This is my recommended path for learning Haskell.
|
This is my recommended path for learning Haskell.
|
||||||
|
|
||||||
@ -241,6 +241,7 @@ Download the latest binary distributions for cabal and ghc:
|
|||||||
|
|
||||||
- [Cabal](https://www.haskell.org/cabal/download.html).
|
- [Cabal](https://www.haskell.org/cabal/download.html).
|
||||||
|
|
||||||
|
|
||||||
## Users of other Unix-like Systmes
|
## Users of other Unix-like Systmes
|
||||||
|
|
||||||
Install GHC and Cabal from your package system, then add `~/.cabal/bin` to your `$PATH`. Finally update `cabal` and install the additional tools `alex` and `happy`.
|
Install GHC and Cabal from your package system, then add `~/.cabal/bin` to your `$PATH`. Finally update `cabal` and install the additional tools `alex` and `happy`.
|
||||||
@ -251,7 +252,6 @@ $ cabal install cabal-install alex happy
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Primary Courses
|
# Primary Courses
|
||||||
|
|
||||||
## Yorgey's cis194 course
|
## Yorgey's cis194 course
|
||||||
|
Loading…
Reference in New Issue
Block a user