haskellPackages: move knob patch to configuration-common
This commit is contained in:
parent
832c091143
commit
f60832c17a
@ -2372,6 +2372,8 @@ self: super: {
|
||||
# https://github.com/kuribas/mfsolve/issues/8
|
||||
mfsolve = dontCheck super.mfsolve;
|
||||
|
||||
knob = appendPatch ./patches/knob-ghc9.patch super.knob;
|
||||
|
||||
# compatibility with random-fu 0.3 https://github.com/mokus0/misfortune/pull/5
|
||||
misfortune = appendPatch ./patches/misfortune-ghc9.patch (overrideCabal (drv: {
|
||||
revision = null;
|
||||
|
@ -47,8 +47,6 @@ self: super: {
|
||||
Cabal = self.Cabal_3_6_3_0;
|
||||
});
|
||||
|
||||
knob = appendPatch ./patches/knob-ghc9.patch super.knob;
|
||||
|
||||
# Jailbreaks & Version Updates
|
||||
|
||||
# This `doJailbreak` can be removed once the following PR is released to Hackage:
|
||||
|
Loading…
Reference in New Issue
Block a user