ghc-mod: Depend on cabal-helper 0.6.3.1
This commit is contained in:
parent
be6c46c3b3
commit
607e123d11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue