Skip to content

Commit 030312c

Browse files
authored
Fix extra-deps link
1 parent 0b1848d commit 030312c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ extra-deps:
7777
## I need to use a package (or version of a package) that is not available on hackage, what should I do?
7878
7979
Add it to the
80-
[`extra-deps`](yaml_configuration.md) list in your project's `stack.yaml`, specifying the
81-
package's source code location relative to the directory where your
82-
`stack.yaml` file lives, e.g.
80+
[`extra-deps`](yaml_configuration.md#extra-deps) list in your project's
81+
`stack.yaml`, specifying the package's source code location relative to the
82+
directory where your `stack.yaml` file lives, e.g.
8383

8484
```yaml
8585
resolver: lts-2.10

0 commit comments

Comments
 (0)