about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-04 22:18:08 +0100
committerPeter Simons <simons@cryp.to>2016-03-04 22:18:08 +0100
commit798a14d22cc3e3c9f83b2c05f417c2cdfc0f5a44 (patch)
tree1ae56f0f8fffb60e9ae2384d26f3b7b11afb96cd
parent86d0a9c420977edbf6b6b55c7d104f8669382afa (diff)
haskell-generic-stack-builder: strip trailing whitespace
-rw-r--r--pkgs/development/haskell-modules/generic-stack-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/generic-stack-builder.nix b/pkgs/development/haskell-modules/generic-stack-builder.nix
index 80b7020395578..94999ed8c45a2 100644
--- a/pkgs/development/haskell-modules/generic-stack-builder.nix
+++ b/pkgs/development/haskell-modules/generic-stack-builder.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation (args // {
     buildInputs ++
     optional stdenv.isLinux glibcLocales ++
     [ ghc pkgconfig ];
-  
+
   STACK_IN_NIX_SHELL=1;
   STACK_IN_NIX_EXTRA_ARGS =
     concatMap (pkg: ["--extra-lib-dirs=${pkg}/lib"