From a2b056bb250f5e866ff89bdf0b850f7d5467197c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 14 Sep 2025 15:15:14 +0200 Subject: [PATCH] haskell.packages.ghc912.doctest-parallel: remove outdated override The patch no longer applies. --- .../haskell-modules/configuration-ghc-9.12.x.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 15065b8ceb47..c0a06d50b478 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -128,19 +128,4 @@ with haskellLib; interpolate = assert super.ghc.version == "9.12.2"; dontCheck super.interpolate; - - # - # Multiple issues - # - - doctest-parallel = overrideCabal (drv: { - patches = drv.patches or [ ] ++ [ - (pkgs.fetchpatch { - name = "doctest-0.23.0-ghc-9.12.patch"; - url = "https://github.com/martijnbastiaan/doctest-parallel/commit/d3df7aa5d223f3daeb676c8a7efe093ee743d54f.patch"; - sha256 = "sha256-92CtqBCulfOTjLAeC205cIrqL/2CBP1YFLijTVcTD2M="; - includes = [ "src/Test/DocTest/Helpers.hs" ]; - }) - ]; - }) (dontCheck (doJailbreak super.doctest-parallel)); # Cabal >=2.4 && <3.13 }