mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
haskellPackages.shh{,-extras}: jailbreak
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user