haskellPackages.hpc-codecov: run obsolete override

The upstream issue has been resolved.
This commit is contained in:
Wolfgang Walther 2026-05-17 14:38:47 +02:00
commit 6ae08b4b8c
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1263,12 +1263,6 @@ with haskellLib;
# The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate.
prettyprinter = dontCheck super.prettyprinter;
hpc-codecov = overrideCabal (drv: {
# Work around test suite race condition due to tasty >= 1.5.4
# https://github.com/8c6794b6/hpc-codecov/issues/52
testFlags = drv.testFlags or [ ] ++ [ "-j1" ];
}) super.hpc-codecov;
# sexpr is old, broken and has no issue-tracker. Let's fix it the best we can.
sexpr = appendPatch ./patches/sexpr-0.2.1.patch (
overrideCabal (drv: {