summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJulian Arni <jkarni@gmail.com>2023-06-06 18:28:23 +0200
committerGitHub <noreply@github.com>2023-06-06 18:28:23 +0200
commit858583a95853fb35f8ddd98e7afbc4602223b4be (patch)
treeb6b39fdacbdfe9a082784d2397515a8c74f5f18b /doc
parent9d0fdbe350baa14be08f3630b2b575a7f0b5bf53 (diff)
doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 894eba1494e5a..87da2e63663a1 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -1057,7 +1057,7 @@ benchmark component.
 `dontBenchmark drv`
 : Set `doBenchmark` to `false` for `drv`.
 
-`setBuildTargets list drv`
+`setBuildTargets drv list`
 : Sets the `buildTarget` argument for `drv` so that the targets specified in `list` are built.
 
 `doCoverage drv`