From 75496eb67acdf438debcd5bc5dfa89c1d4c0e52f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 2 Jul 2026 09:36:13 +0200 Subject: [PATCH] haskellPackages.eventlog2html: 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 e05a6395a074..13a83970e7f0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1693,6 +1693,10 @@ with haskellLib; # https://github.com/haskell-servant/servant-multipart/pull/77 servant-multipart-client = doJailbreak super.servant-multipart-client; + # 2026-07-02: allow ghc-events 0.21, optparse-applicative 0.19 + # https://github.com/mpickering/eventlog2html/issues/195 + eventlog2html = doJailbreak super.eventlog2html; + # Disable test cases that were broken by insignificant changes in icu 76 # https://github.com/haskell/text-icu/issues/108 text-icu = overrideCabal (drv: {