doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)
This commit is contained in:
parent
9d0fdbe350
commit
858583a958
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue