haskellPackages.profiteur: relax upper bounds on deps
This commit is contained in:
parent
d1ee9cab8f
commit
f4c4d67e70
@ -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…
x
Reference in New Issue
Block a user