about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-16 21:55:56 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 08:21:23 +0100
commitf3f5d68ca3b78da62ad0c0423b59b923b699f658 (patch)
treeea6afaefd7e14a689b139026bc1838c3d44052a4 /pkgs/development/haskell-modules
parentaa0545130ba15d02d6017277a5561d4f011d0444 (diff)
downloadnixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.tar
nixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.tar.gz
nixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.tar.bz2
nixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.tar.lz
nixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.tar.xz
nixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.tar.zst
nixlib-f3f5d68ca3b78da62ad0c0423b59b923b699f658.zip
haskell-generic-builder: cosmetic
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/generic-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix
index 9e11b8708961..1a788ae642ea 100644
--- a/pkgs/development/haskell-modules/generic-builder.nix
+++ b/pkgs/development/haskell-modules/generic-builder.nix
@@ -30,7 +30,7 @@ in
 # TODO enable shared libs for cross-compiling
 , enableSharedExecutables ? false
 , enableSharedLibraries ? ((ghc.isGhcjs or false) || stdenv.lib.versionOlder "7.7" ghc.version)
-, enableDeadCodeElimination ? (!stdenv.isDarwin)  # TODO: use -dead_strip  for darwin
+, enableDeadCodeElimination ? (!stdenv.isDarwin)  # TODO: use -dead_strip for darwin
 , enableStaticLibraries ? true
 , extraLibraries ? [], librarySystemDepends ? [], executableSystemDepends ? []
 , homepage ? "http://hackage.haskell.org/package/${pname}"