summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:16:55 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:32:21 +0300
commit4bd0a16148334da17d1f8c54cc5fc7103f86c3f8 (patch)
treefa1881dd1f132a324721eb8b9e329d55bbe99804 /doc
parent2ed167b4e3fc77fb15fdfcfeaa0e66b9e478efc6 (diff)
downloadnixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.tar
nixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.tar.gz
nixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.tar.bz2
nixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.tar.lz
nixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.tar.xz
nixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.tar.zst
nixlib-4bd0a16148334da17d1f8c54cc5fc7103f86c3f8.zip
haskell docs: Fix output reference in example
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/haskell.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.md b/doc/languages-frameworks/haskell.md
index 3da13dd9ed64..18b2fd65f44b 100644
--- a/doc/languages-frameworks/haskell.md
+++ b/doc/languages-frameworks/haskell.md
@@ -740,7 +740,7 @@ to the `stack.yaml` like the following:
       enable: true
 	  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
 can achieve the same effect by hand. First of all, run