cabal-install: jailbreak version 1.16.0.2 to build with random 1.x
This commit is contained in:
parent
10b43b4a16
commit
06445b309e
@ -15,6 +15,9 @@ cabal.mkDerivation (self: {
|
|||||||
mkdir $out/etc
|
mkdir $out/etc
|
||||||
mv bash-completion $out/etc/bash_completion.d
|
mv bash-completion $out/etc/bash_completion.d
|
||||||
'';
|
'';
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|random .*1.1,|random,|' cabal-install.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/cabal/";
|
homepage = "http://www.haskell.org/cabal/";
|
||||||
description = "The command-line interface for Cabal and Hackage";
|
description = "The command-line interface for Cabal and Hackage";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user