haskellPackages.range: drop obsolete override

This commit is contained in:
sternenseemann
2026-04-26 16:40:38 +02:00
parent f8fb59f3ea
commit d0a2ca9b6d
@@ -3103,18 +3103,6 @@ with haskellLib;
# https://github.com/phadej/zinza/pull/28
zinza = dontCheck super.zinza;
# doctests in 0.3.2.1 fail/infinitely loop
# https://github.com/robertmassaioli/range/issues/1
range = lib.pipe super.range [
(warnAfterVersion "0.3.2.1")
(overrideCabal {
version = "0.3.2.2";
sha256 = "sha256-BQ4WFCookJ8/kXk9mhzDaIWpun1X/gNk7bShs1vlWTg=";
editedCabalFile = null;
revision = null;
})
];
pdftotext = overrideCabal (drv: {
jailbreak = true;
postPatch = ''