doc(haskell): Remove pesky tabs in code snippets.
This commit is contained in:
parent
70bc97b731
commit
3adf86eed6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user