mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
haskellPackages.profiteur: relax upper bounds on deps
This commit is contained in:
parent
d1ee9cab8f
commit
f4c4d67e70
1 changed files with 3 additions and 0 deletions
|
@ -3113,6 +3113,9 @@ self: super:
|
|||
# Too strict bounds on base <4.19 and tasty <1.5
|
||||
# https://github.com/maoe/ghc-prof/issues/25
|
||||
ghc-prof = doJailbreak super.ghc-prof;
|
||||
# aeson <2.2, bytestring <0.12, text <2.1
|
||||
# https://github.com/jaspervdj/profiteur/issues/43
|
||||
profiteur = doJailbreak super.profiteur;
|
||||
|
||||
# 2025-04-19: Tests randomly fail 6 out of 10 times
|
||||
coinor-clp = dontCheck super.coinor-clp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue