mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
haskellPackages.uniform-error: skip tests incompatible w/ HTF 0.15
This commit is contained in:
parent
74010c525b
commit
e4e9e90772
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user