cabal-install: jailbreak version 1.18.0.2 to fix the build with GHC 7.7 or later
This commit is contained in:
parent
cf2fbb3502
commit
e3c34c6b98
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user