doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)

This commit is contained in:
Julian Arni 2023-06-06 18:28:23 +02:00 committed by GitHub
parent 9d0fdbe350
commit 858583a958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`