jailbreak-cabal: specifically use ghc802 override in ghc821 config

Otherwise this will infinite loop when:

  pkgs.haskellPackages = pkgs.haskell.packages.ghc821
This commit is contained in:
William Casarin 2017-07-26 10:41:39 -07:00
parent 44a18ddd31
commit d680c2352c

View File

@ -40,7 +40,7 @@ self: super: {
cabal-install = super.cabal-install.override { Cabal = null; };
# jailbreak-cabal doesn't seem to work right with the native Cabal version.
jailbreak-cabal = pkgs.haskellPackages.jailbreak-cabal;
jailbreak-cabal = pkgs.haskell.packages.ghc802.jailbreak-cabal;
# https://github.com/bmillwood/applicative-quoters/issues/6
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {