diff --git a/Preparing-your-system-to-use-Stackage2.md b/Preparing-your-system-to-use-Stackage2.md index 8a612d7..d319e15 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 (GHC, Cabal, packages, Stackage) +* [Installing Haskell from scratch (GHC, Cabal, packages, Stackage)](#installing-everything-from-scratch) * [Ubuntu](#ubuntu) * [Linux (general)](#other-linux) * [Mac OS X](#mac-os-x) @@ -70,7 +70,7 @@ such a snapshot automatically.) 4. Edit your ` %appdata%\cabal\config` file, and replace your `remote-repo:` line with the line [available here](http://www.stackage.org/alias/fpcomplete/unstable-ghc78hp-exclusive) 5. Run `cabal update` again, and you're all ready to go! -# Using on existing setup (GHC, Cabal already installed) +# Using on existing setup ### Using a Stackage snapshot