cabal-install: install bash-completion instructions

This commit is contained in:
Peter Simons 2012-09-25 14:44:39 +02:00
parent a1d08ed4f6
commit 656badd501

View File

@ -9,6 +9,10 @@ cabal.mkDerivation (self: {
buildDepends = [
Cabal filepath HTTP mtl network random time zlib
];
postInstall = ''
mkdir $out/etc
mv bash-completion $out/etc/bash_completion.d
'';
meta = {
homepage = "http://www.haskell.org/cabal/";
description = "The command-line interface for Cabal and Hackage";