about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-15 00:13:48 +0000
committerGitHub <noreply@github.com>2023-01-15 00:13:48 +0000
commita9fe51f0916e76e8595c225334634b7d343b8441 (patch)
tree7e68d9a21cd2c0b9d60cea3d61fa616282265798 /pkgs/development/haskell-modules
parent139ec83e3e28974d236343df979a20479ecc38d9 (diff)
parentd726ea1e12dec66801e498f94eae5d1fa8a0584a (diff)
downloadnixlib-a9fe51f0916e76e8595c225334634b7d343b8441.tar
nixlib-a9fe51f0916e76e8595c225334634b7d343b8441.tar.gz
nixlib-a9fe51f0916e76e8595c225334634b7d343b8441.tar.bz2
nixlib-a9fe51f0916e76e8595c225334634b7d343b8441.tar.lz
nixlib-a9fe51f0916e76e8595c225334634b7d343b8441.tar.xz
nixlib-a9fe51f0916e76e8595c225334634b7d343b8441.tar.zst
nixlib-a9fe51f0916e76e8595c225334634b7d343b8441.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/lib/compose.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/lib/compose.nix b/pkgs/development/haskell-modules/lib/compose.nix
index 6d0e91e3339b..ebaba1a22fa6 100644
--- a/pkgs/development/haskell-modules/lib/compose.nix
+++ b/pkgs/development/haskell-modules/lib/compose.nix
@@ -109,8 +109,9 @@ rec {
    */
   dontCheck = overrideCabal (drv: { doCheck = false; });
 
-  /* doBenchmark enables dependency checking, compilation and execution
+  /* doBenchmark enables dependency checking and compilation
      for benchmarks listed in the package description file.
+     Benchmarks are, however, not executed at the moment.
    */
   doBenchmark = overrideCabal (drv: { doBenchmark = true; });
   /* dontBenchmark disables dependency checking, compilation and execution