mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.servant-mutlipart-core: jailbreak
Pending issue / PR https://github.com/haskell-servant/servant-multipart/issues/76 https://github.com/haskell-servant/servant-multipart/pull/77
This commit is contained in:
parent
d58b43bad8
commit
79b85a6061
1 changed files with 5 additions and 0 deletions
|
|
@ -1617,6 +1617,11 @@ with haskellLib;
|
|||
# https://github.com/biocad/servant-openapi3/issues/30
|
||||
servant-openapi3 = dontCheck super.servant-openapi3;
|
||||
|
||||
# 2026-06-04: strict upper bound on random
|
||||
# https://github.com/haskell-servant/servant-multipart/issues/76
|
||||
# https://github.com/haskell-servant/servant-multipart/pull/77
|
||||
servant-multipart-client = doJailbreak super.servant-multipart-client;
|
||||
|
||||
# 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