cabal-install: jailbreak version 1.16.0.2 to build with random 1.x

This commit is contained in:
Peter Simons 2014-10-14 16:23:32 +02:00
parent 10b43b4a16
commit 06445b309e

View file

@ -15,6 +15,9 @@ cabal.mkDerivation (self: {
mkdir $out/etc
mv bash-completion $out/etc/bash_completion.d
'';
patchPhase = ''
sed -i -e 's|random .*1.1,|random,|' cabal-install.cabal
'';
meta = {
homepage = "http://www.haskell.org/cabal/";
description = "The command-line interface for Cabal and Hackage";