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; };
|
cabal-install = super.cabal-install.override { Cabal = null; };
|
||||||
|
|
||||||
# jailbreak-cabal doesn't seem to work right with the native Cabal version.
|
# 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
|
# https://github.com/bmillwood/applicative-quoters/issues/6
|
||||||
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
|
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user