doc(haskell): Remove pesky tabs in code snippets.

This commit is contained in:
Mathieu Boespflug 2016-06-13 11:42:50 +02:00
parent 70bc97b731
commit 3adf86eed6

View File

@ -389,10 +389,10 @@ in `stack.yaml` (only works with Stack >= 1.1.3):
let R = pkgs.R.override { enableStrictBarrier = true; }; let R = pkgs.R.override { enableStrictBarrier = true; };
in in
haskell.lib.buildStackProject { haskell.lib.buildStackProject {
name = "HaskellR"; name = "HaskellR";
buildInputs = [ R zeromq zlib ]; buildInputs = [ R zeromq zlib ];
inherit ghc; inherit ghc;
} }
[stack-nix-doc]: http://docs.haskellstack.org/en/stable/nix_integration.html [stack-nix-doc]: http://docs.haskellstack.org/en/stable/nix_integration.html