haskellPackages.profiteur: relax upper bounds on deps

This commit is contained in:
sternenseemann 2025-04-22 02:32:44 +02:00
parent d1ee9cab8f
commit f4c4d67e70

View file

@ -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;