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:
parent
44a18ddd31
commit
d680c2352c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue