haskell-GenericPretty: drop obsolete override for ghc-8.4.x
This commit is contained in:
parent
8848a95575
commit
7d5a69c265
@ -505,16 +505,6 @@ self: super: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
GenericPretty = overrideCabal super.GenericPretty (drv: {
|
|
||||||
## https://github.com/RazvanRanca/GenericPretty/issues/2
|
|
||||||
patches = (drv.patches or []) ++ [
|
|
||||||
(pkgs.fetchpatch
|
|
||||||
{ url = https://github.com/RazvanRanca/GenericPretty/pull/3.patch;
|
|
||||||
sha256 = "1dpdqsjmy9j9b6md5r9jyhbxnxjd51nmfb5in01j10iqzhj9j51k";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
|
|
||||||
github = overrideCabal super.github (drv: {
|
github = overrideCabal super.github (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## base >=4.7 && <4.11
|
## base >=4.7 && <4.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user