haskell-docs: Fix typo in function name

This commit is contained in:
maralorn 2023-09-20 19:44:16 +02:00
parent d5b3fbc677
commit a4f9ea332a
No known key found for this signature in database

View File

@ -1029,7 +1029,7 @@ ugly, and we may want to deprecate them at some point. -->
`disableCabalFlag flag drv`
: Makes sure that the Cabal flag `flag` is disabled in Cabal's configure step.
`appendBuildflags list drv`
`appendBuildFlags list drv`
: Adds the strings in `list` to the `buildFlags` argument for `drv`.
<!-- TODO(@sternenseemann): removeConfigureFlag -->