We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1848d commit 030312cCopy full SHA for 030312c
1 file changed
doc/faq.md
@@ -77,9 +77,9 @@ extra-deps:
77
## I need to use a package (or version of a package) that is not available on hackage, what should I do?
78
79
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.
+[`extra-deps`](yaml_configuration.md#extra-deps) list in your project's
+`stack.yaml`, specifying the package's source code location relative to the
+directory where your `stack.yaml` file lives, e.g.
83
84
```yaml
85
resolver: lts-2.10
0 commit comments