mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)
This commit is contained in:
parent
9d0fdbe350
commit
858583a958
@ -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 New Issue
Block a user