From 32e3945014985f4af96a2ec6021e8e35d71b3bdc Mon Sep 17 00:00:00 2001 From: chrisdone Date: Wed, 12 Nov 2014 04:06:42 -0800 Subject: [PATCH] Updated Preparing your system to use Stackage2 (markdown) --- Preparing-your-system-to-use-Stackage2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.