haskellPackages.uniform-error: skip tests incompatible w/ HTF 0.15

This commit is contained in:
sternenseemann 2022-07-27 17:31:38 +02:00
parent 74010c525b
commit e4e9e90772

View file

@ -2407,6 +2407,10 @@ self: super: {
# 2022-03-16: strict upper bounds https://github.com/monadfix/shower/issues/18
shower = doJailbreak (dontCheck super.shower);
# Doesn't compile with HTF 0.15
# https://github.com/andrewufrank/uniform-error/issues/1
uniform-error = dontCheck super.uniform-error;
# The shipped Setup.hs file is broken.
csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv;