ghc-mod: Depend on cabal-helper 0.6.3.1

This commit is contained in:
Michael Alan Dorman 2016-05-29 16:13:23 -04:00 committed by Peter Simons
parent be6c46c3b3
commit 607e123d11

View file

@ -754,7 +754,7 @@ self: super: {
lens-aeson = dontCheck super.lens-aeson;
# Byte-compile elisp code for Emacs.
ghc-mod = overrideCabal super.ghc-mod (drv: {
ghc-mod = overrideCabal (super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; }) (drv: {
preCheck = "export HOME=$TMPDIR";
testToolDepends = drv.testToolDepends or [] ++ [self.cabal-install];
doCheck = false; # https://github.com/kazu-yamamoto/ghc-mod/issues/335