From d0a2ca9b6d14c44ecbe616e04442524528061871 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 26 Apr 2026 16:40:38 +0200 Subject: [PATCH] haskellPackages.range: drop obsolete override --- .../haskell-modules/configuration-common.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5d9715f02f1f..b1b570fe293b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 = ''