haskell docs: Fix output reference in example
This commit is contained in:
parent
2ed167b4e3
commit
4bd0a16148
@ -740,7 +740,7 @@ to the `stack.yaml` like the following:
|
|||||||
enable: true
|
enable: true
|
||||||
packages: [ zlib ]
|
packages: [ zlib ]
|
||||||
|
|
||||||
Stack's Nix support knows to add `${zlib}/lib` and `${zlib}/include` as an
|
Stack's Nix support knows to add `${zlib.out}/lib` and `${zlib.dev}/include` as an
|
||||||
`--extra-lib-dirs` and `extra-include-dirs`, respectively. Alternatively, you
|
`--extra-lib-dirs` and `extra-include-dirs`, respectively. Alternatively, you
|
||||||
can achieve the same effect by hand. First of all, run
|
can achieve the same effect by hand. First of all, run
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user