about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-09-20 19:44:16 +0200
committermaralorn <mail@maralorn.de>2023-09-20 19:44:16 +0200
commita4f9ea332a749a849525ea98c34939ef59ae6b8d (patch)
treee2b0a52506121e9ea1666d9aa60bdc66cb451658 /doc/languages-frameworks
parentd5b3fbc677399d16897ea81f06d07d9400b05c5d (diff)
downloadnixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.tar
nixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.tar.gz
nixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.tar.bz2
nixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.tar.lz
nixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.tar.xz
nixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.tar.zst
nixlib-a4f9ea332a749a849525ea98c34939ef59ae6b8d.zip
haskell-docs: Fix typo in function name
Diffstat (limited to 'doc/languages-frameworks')
-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 60972331840a..83155bd24619 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -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 -->