1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

hackage-packages.nix: update to 23452bdddd with hackage2nix v20150824-68-ga8b9f17

This commit is contained in:
Peter Simons 2015-09-02 17:45:39 +02:00
parent ada81b80fd
commit 7182ef35f4

View file

@ -126301,6 +126301,11 @@ self: {
monad-logger optparse-applicative path process QuickCheck resourcet
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";
description = "The Haskell Tool Stack";
license = stdenv.lib.licenses.bsd3;