mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
hackage-packages.nix: update to 23452bdddd
with hackage2nix v20150824-68-ga8b9f17
This commit is contained in:
parent
ada81b80fd
commit
7182ef35f4
@ -126301,6 +126301,11 @@ self: {
|
|||||||
monad-logger optparse-applicative path process QuickCheck resourcet
|
monad-logger optparse-applicative path process QuickCheck resourcet
|
||||||
retry temporary text transformers unix-compat
|
retry temporary text transformers unix-compat
|
||||||
];
|
];
|
||||||
|
postInstall = ''
|
||||||
|
exe=$out/bin/stack
|
||||||
|
mkdir -p $out/share/bash-completion/completions
|
||||||
|
$exe --bash-completion-script $exe >$out/share/bash-completion/completions/stack
|
||||||
|
'';
|
||||||
homepage = "https://github.com/commercialhaskell/stack";
|
homepage = "https://github.com/commercialhaskell/stack";
|
||||||
description = "The Haskell Tool Stack";
|
description = "The Haskell Tool Stack";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user