about summary refs log tree commit diff
path: root/doc
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
parent1cdf0bddc87728e9f7e54eff693f0d62e0377096 (diff)
doc/haskell: document {enable,disable}*Profiling functions
Diffstat (limited to 'doc')
-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 e3b4327bdb299..f3143d3b9557f 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