mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.eventlog2html: jailbreak
This commit is contained in:
parent
9c55dbeccf
commit
75496eb67a
1 changed files with 4 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue