diff --git a/Preparing-your-system-to-use-Stackage2.md b/Preparing-your-system-to-use-Stackage2.md index 99e1429..5ea8317 100644 --- a/Preparing-your-system-to-use-Stackage2.md +++ b/Preparing-your-system-to-use-Stackage2.md @@ -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.