haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger

Reported in https://github.com/magthe/sandi/issues/7.
This commit is contained in:
Peter Simons 2015-05-09 11:49:54 +02:00 committed by Domen Kožar
parent d484328619
commit c65e48ca96
2 changed files with 10 additions and 0 deletions

View file

@ -80,4 +80,9 @@ self: super: {
# and are virtually impossible to compile on Hydra.
conduit = super.conduit_1_2_4_1;
# https://github.com/magthe/sandi/issues/7
sandi = overrideCabal super.sandi (drv: {
patchPhase = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal"; }
);
}

View file

@ -136,4 +136,9 @@ self: super: {
# and are virtually impossible to compile on Hydra.
conduit = super.conduit_1_2_4_1;
# https://github.com/magthe/sandi/issues/7
sandi = overrideCabal super.sandi (drv: {
patchPhase = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal"; }
);
}