cabal-install: update to version 1.18.0.3

This commit is contained in:
Peter Simons
2014-03-07 23:11:10 +01:00
parent e47f94e361
commit 3e6ef50ecd
3 changed files with 7 additions and 10 deletions

View File

@@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "cabal-install";
version = "1.18.0.2";
sha256 = "0ah9yzp486p3cvs9b7nid0jmf0a56fg65s3jx2r8lb84pi50d92c";
version = "1.18.0.3";
sha256 = "0h01mz6p4fwl8h6k2ybrlp598f0j3n2zasrr63fy0vjbjibmgf41";
isLibrary = false;
isExecutable = true;
buildDepends = [
@@ -20,9 +20,6 @@ cabal.mkDerivation (self: {
mkdir $out/etc
mv bash-completion $out/etc/bash_completion.d
'';
patchPhase = ''
sed -i -e 's|array .*,|array,|' cabal-install.cabal
'';
meta = {
homepage = "http://www.haskell.org/cabal/";
description = "The command-line interface for Cabal and Hackage";