haskellPackages.threadscope: jailbreak

This commit is contained in:
Wolfgang Walther 2026-07-02 09:48:12 +02:00
commit 92ca07b6a5
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1701,6 +1701,10 @@ with haskellLib;
# https://github.com/mpickering/eventlog2html/issues/195
eventlog2html = doJailbreak super.eventlog2html;
# 2026-07-02: allow ghc-events 0.21, transformers 0.6.3
# https://github.com/haskell/ThreadScope/issues/148
threadscope = doJailbreak super.threadscope;
# 2026-07-02: allow base 4.21 and template-haskell 2.23
# https://github.com/luke-clifton/shh/issues/85
shh = doJailbreak super.shh;