From e9af2ed4be95b073e9301d8c87646a66ede6fd05 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 2 Jul 2026 10:23:39 +0200 Subject: [PATCH] haskellPackages.no-recursion: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b2e3c6831ad4..4ac9790d045e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1606,6 +1606,10 @@ with haskellLib; yaya-quickcheck = doJailbreak super.yaya-quickcheck; yaya-unsafe = doJailbreak super.yaya-unsafe; + # 2026-07-02: allow doctest 0.25 + # https://github.com/sellout/no-recursion/issues/46 + no-recursion = doJailbreak super.no-recursion; + # https://github.com/ghcjs/jsaddle/pull/165 jsaddle-warp = appendPatch (fetchpatch { name = "add-threaded-flag";