|
1 | 1 | So that this doesn't become repetitive: for the reasons behind the answers |
2 | | -below, see the [[Architecture]] page. The goal of the answers here is to be as |
| 2 | +below, see the [Architecture](architecture.md) page. The goal of the answers here is to be as |
3 | 3 | helpful and concise as possible. |
4 | 4 |
|
5 | 5 | #### Where is stack installed and will it interfere with `ghc` (etc) I already have installed? |
6 | 6 |
|
7 | | -Stack itself is installed in normal system locations based on the mechanism you used (see the [[Downloads]] page). Stack installs the Stackage libraries in `~/.stack` and any project libraries or extra dependencies in a `.stack-work` directory within each project's directory. None of this should affect any existing Haskell tools at all. |
| 7 | +Stack itself is installed in normal system locations based on the mechanism you used (see the [Install and upgrade](install_and_upgrade.md) page). Stack installs the Stackage libraries in `~/.stack` and any project libraries or extra dependencies in a `.stack-work` directory within each project's directory. None of this should affect any existing Haskell tools at all. |
8 | 8 |
|
9 | 9 | #### What is the relationship between stack and cabal? |
10 | 10 |
|
@@ -174,7 +174,7 @@ of those three. Updating the index will have no impact on stack's behavior. |
174 | 174 |
|
175 | 175 | #### I have a custom package index I'd like to use, how do I do so? |
176 | 176 |
|
177 | | -You can configure this in your stack.yaml. See [[stack.yaml]] |
| 177 | +You can configure this in your stack.yaml. See [YAML configuration](yaml_configuration.md). |
178 | 178 |
|
179 | 179 | #### How can I make sure my project builds against multiple ghc versions? |
180 | 180 |
|
@@ -202,7 +202,7 @@ $ STACK_YAML=stack-7.10.yaml stack build # builds using the given yaml file |
202 | 202 | #### I heard you can use this with Docker? |
203 | 203 |
|
204 | 204 | Yes, stack supports using Docker with images that contain preinstalled Stackage |
205 | | -packages and the tools. See [[Docker]] for details. |
| 205 | +packages and the tools. See [Docker integration](docker_integration.md) for details. |
206 | 206 |
|
207 | 207 | #### How do I use this with Travis CI? |
208 | 208 |
|
@@ -295,4 +295,4 @@ collect2: error: ld returned 1 exit status |
295 | 295 | -- While building package tmp-0.1.0.0 using: |
296 | 296 | /home/philip/.stack/programs/x86_64-linux/ghc-7.10.1/bin/runghc-7.10.1 -package=Cabal-1.22.2.0 -clear-package-db -global-package-db /home/philip/tmp/Setup.hs --builddir=dist-stack/x86_64-linux/Cabal-1.22.2.0/ build |
297 | 297 | Process exited with code: ExitFailure 1 |
298 | | -``` |
| 298 | +``` |
0 commit comments