about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-06-29 00:03:41 +0200
committersternenseemann <sternenseemann@systemli.org>2023-06-30 01:52:42 +0200
commit1db464d40ae572a0613361aa761d7e9bbd6878e6 (patch)
tree6c9ae21628f46d2af879fd04e61281cc376c3159 /doc/languages-frameworks
parent1cdf0bddc87728e9f7e54eff693f0d62e0377096 (diff)
downloadnixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.tar
nixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.tar.gz
nixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.tar.bz2
nixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.tar.lz
nixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.tar.xz
nixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.tar.zst
nixlib-1db464d40ae572a0613361aa761d7e9bbd6878e6.zip
doc/haskell: document {enable,disable}*Profiling functions
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/haskell.section.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index e3b4327bdb29..f3143d3b9557 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -1066,6 +1066,18 @@ benchmark component.
 `dontCoverage drv`
 : Sets the `doCoverage` argument to `false` for `drv`.
 
+`enableExecutableProfiling drv`
+: Sets the `enableExecutableProfiling` argument to `true` for `drv`.
+
+`disableExecutableProfiling drv`
+: Sets the `enableExecutableProfiling` argument to `false` for `drv`.
+
+`enableLibraryProfiling drv`
+: Sets the `enableLibraryProfiling` argument to `true` for `drv`.
+
+`disableLibraryProfiling drv`
+: Sets the `enableLibraryProfiling` argument to `false` for `drv`.
+
 #### Library functions in the Haskell package sets {#haskell-package-set-lib-functions}
 
 Some library functions depend on packages from the Haskell package sets. Thus they are