haskell-cartel supports GHC 7.10.1 now.

This commit is contained in:
Peter Simons 2015-03-31 14:20:41 +02:00
parent bb38374158
commit 9ce8d10dae
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ self: super: {
# but refused to do anything about it because he "doesn't want to
# support a moving target". Go figure.
barecheck = doJailbreak super.barecheck;
cartel = overrideCabal super.cartel (drv: { doCheck = false; patchPhase = "sed -i -e 's|base >= .*|base|' cartel.cabal"; });
syb-with-class = appendPatch super.syb-with-class (pkgs.fetchpatch {
url = "https://github.com/seereason/syb-with-class/compare/adc86a9...719e567.patch";