haskellPackages.ghc-prof: allow newer base and tasty*

This commit is contained in:
sternenseemann
2025-04-22 02:33:23 +02:00
parent 30095bf054
commit f11e737bb4
@@ -3110,6 +3110,10 @@ self: super:
revision = null;
}) super.sr-extra;
# 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;
# 2025-04-19: Tests randomly fail 6 out of 10 times
coinor-clp = dontCheck super.coinor-clp;