cabal-install: jailbreak version 1.18.0.2 to fix the build with GHC 7.7 or later

This commit is contained in:
Peter Simons 2013-12-03 22:04:21 +01:00
parent cf2fbb3502
commit e3c34c6b98

View File

@ -20,6 +20,9 @@ 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";