haskellPackages.foldable1-classes-compat: Disable tests to break recursion cycle

This commit is contained in:
maralorn 2023-06-29 23:10:24 +02:00
parent 28cd493da3
commit 1008860a08
No known key found for this signature in database

View file

@ -657,6 +657,9 @@ self: super: builtins.intersectAttrs super {
# Break infinite recursion cycle between QuickCheck and splitmix.
splitmix = dontCheck super.splitmix;
# Break infinite recursion cycle with OneTuple and quickcheck-instances.
foldable1-classes-compat = dontCheck super.foldable1-classes-compat;
# Break infinite recursion cycle between tasty and clock.
clock = dontCheck super.clock;