haskellPackages.shh{,-extras}: jailbreak

This commit is contained in:
Wolfgang Walther
2026-07-02 09:39:39 +02:00
parent 75496eb67a
commit 94aa8f8960

View File

@@ -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: {