formatting

This commit is contained in:
Chris Allen 2015-05-02 14:39:12 -05:00
parent e3af0f775d
commit deeeb7f818

View File

@ -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