cabal-install: jailbreak version 1.18.0.3 to accept random 1.x
This commit is contained in:
parent
fc52022d25
commit
e53b2ba9b2
@ -22,6 +22,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