Updated Preparing your system to use Stackage (markdown)

snoyberg 2014-11-12 06:18:19 -08:00
parent 2c3d68153f
commit 1a7e5b053e

@ -84,7 +84,9 @@ You have the following options when switching to a new snapshot:
1. Updating your `~/.cabal/config` file with a new remote-repo. 1. Updating your `~/.cabal/config` file with a new remote-repo.
2. Deleting your `~/.ghc` directory. 2. Deleting your `~/.ghc` directory.
3. Running `cabal update` 3. Running `cabal update`
2. Switch in a sandbox. You can currently use `hsenv` to do that. cabal sandboxes are currently limited 2. Switch in a sandbox. You can currently use `hsenv` to do that. cabal sandboxes [currently don't support overriding remote-repo](https://github.com/haskell/cabal/issues/1884).
Note that these instructions also apply for migrating from an older Stackage snapshot to a new one.
### Using a cabal.config file (simplest usage) ### Using a cabal.config file (simplest usage)