hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-hashes/commit/23452bdddd485c6e43b92c8886a4347d839783e4 with hackage2nix v20150824-68-ga8b9f17
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user