haskell.packages.ghc98.hourglass: disable broken test suite

This commit is contained in:
sternenseemann 2024-01-13 20:13:09 +01:00
parent c2a3a06e0f
commit 429c0aea4b

View File

@ -103,6 +103,7 @@ self: super: {
#
unordered-containers = dontCheck super.unordered-containers; # ChasingBottoms doesn't support base 4.20
lifted-base = dontCheck super.lifted-base; # doesn't compile with transformers == 0.6.*
hourglass = dontCheck super.hourglass; # umaintained, test suite doesn't compile anymore
#
# Other build fixes