diff --git a/Preparing-your-system-to-use-Stackage2.md b/Preparing-your-system-to-use-Stackage2.md index d319e15..c2cbab3 100644 --- a/Preparing-your-system-to-use-Stackage2.md +++ b/Preparing-your-system-to-use-Stackage2.md @@ -1,11 +1,11 @@ ### Table of Contents -* [Installing Haskell from scratch (GHC, Cabal, packages, Stackage)](#installing-everything-from-scratch) +* [Installing Haskell from scratch](#installing-everything-from-scratch) (GHC, Cabal, packages, Stackage) * [Ubuntu](#ubuntu) * [Linux (general)](#other-linux) * [Mac OS X](#mac-os-x) * [Windows](#windows) -* Using on existing Haskell setup (GHC, Cabal already installed) +* [Using on existing Haskell setup](#using-on-existing-haskell-setup) (GHC, Cabal already installed) * [Using a Stackage snapshot]() * [Using a cabal.config file (simplest usage)]() * Detailed topics @@ -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 +# Using on existing Haskell setup ### Using a Stackage snapshot