Updated Preparing your system to use Stackage2 (markdown)

chrisdone 2014-11-12 04:06:42 -08:00
parent e85bdb9f2f
commit 32e3945014

@ -1,6 +1,6 @@
### Table of Contents
* [Installing Haskell from scratch](#installing-everything-from-scratch) (GHC, Cabal, packages, Stackage)
* [Installing Haskell from scratch](#installing-haskell-from-scratch) (GHC, Cabal, packages, Stackage)
* [Ubuntu](#ubuntu)
* [Linux (general)](#other-linux)
* [Mac OS X](#mac-os-x)
@ -12,7 +12,7 @@
* [Snapshot types](#snapshot-types)
* [Haskell Platform vs raw tools](#haskell-platform-vs-raw-tools)
# Installing everything from scratch
# Installing Haskell from scratch
Starting with a fresh Haskell installation requires a few steps (getting GHC, cabal, etc). Please see the heading that suits your platform for detailed instructions.