From 94aa8f8960aafcdac4bebfc525f6b0846e294eba Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 2 Jul 2026 09:39:39 +0200 Subject: [PATCH] haskellPackages.shh{,-extras}: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 13a83970e7f0..2f88b6236521 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1697,6 +1697,11 @@ with haskellLib; # https://github.com/mpickering/eventlog2html/issues/195 eventlog2html = doJailbreak super.eventlog2html; + # 2026-07-02: allow base 4.21 and template-haskell 2.23 + # https://github.com/luke-clifton/shh/issues/85 + shh = doJailbreak super.shh; + shh-extras = doJailbreak super.shh-extras; + # Disable test cases that were broken by insignificant changes in icu 76 # https://github.com/haskell/text-icu/issues/108 text-icu = overrideCabal (drv: {