haskellPackages.unicode-data: disable tests

This commit is contained in:
Naïm Favier 2024-01-23 17:52:53 +01:00
parent a7ad5b99b1
commit e6507a8ff6
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -2849,6 +2849,9 @@ self: super: {
# The hackage source is somehow missing a file present in the repo (tests/ListStat.hs).
sym = dontCheck super.sym;
# 2024-01-23: https://github.com/composewell/unicode-data/issues/118
unicode-data = dontCheck super.unicode-data;
# Too strict bounds on base, ghc-prim, primitive
# https://github.com/kowainik/typerep-map/pull/128
typerep-map = doJailbreak super.typerep-map;