Updated Preparing your system to use Stackage2 (markdown)

chrisdone 2014-11-12 03:58:36 -08:00
parent d69c5e5cac
commit 67ab4361fd

@ -1,11 +1,11 @@
### Table of Contents ### 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) * [Ubuntu](#ubuntu)
* [Linux (general)](#other-linux) * [Linux (general)](#other-linux)
* [Mac OS X](#mac-os-x) * [Mac OS X](#mac-os-x)
* [Windows](#windows) * [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 Stackage snapshot]()
* [Using a cabal.config file (simplest usage)]() * [Using a cabal.config file (simplest usage)]()
* Detailed topics * 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) 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! 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 ### Using a Stackage snapshot