haskellPackages.attoparsec-isotropic: skip problematic t_iter test (#498821)

This commit is contained in:
Vladimír Čunát
2026-03-11 15:27:10 +00:00
committed by GitHub
@@ -468,6 +468,12 @@ with haskellLib;
"$0!=\"tests.buf.t_iter\""
];
}) super.attoparsec;
attoparsec-isotropic = overrideCabal (drv: {
testFlags = drv.testFlags or [ ] ++ [
"-p"
"$0!=\"tests.leftToRight.buf.t_iter\""
];
}) super.attoparsec-isotropic;
# These packages (and their reverse deps) cannot be built with profiling enabled.
ghc-heap-view = lib.pipe super.ghc-heap-view [