haskellPackages.uniform-fileio: disable tests incompatbile with HTF >= 0.15

This commit is contained in:
sternenseemann 2022-08-01 16:20:20 +02:00
parent 7d4b4a6625
commit 6a8ad0a973

View file

@ -2411,6 +2411,8 @@ self: super: {
# https://github.com/andrewufrank/uniform-error/blob/f40629ad119e90f8dae85e65e93d7eb149bddd53/test/Uniform/Error_test.hs#L124
# https://github.com/andrewufrank/uniform-error/issues/2
uniform-error = dontCheck super.uniform-error;
# https://github.com/andrewufrank/uniform-fileio/issues/2
uniform-fileio = dontCheck super.uniform-fileio;
# The shipped Setup.hs file is broken.
csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv;