Extend the configuration for ghc-9.0.x to make more builds succeed.

This commit is contained in:
Peter Simons
2020-10-23 21:00:26 +02:00
parent 5fe0939d18
commit 89ed6f458d
2 changed files with 31 additions and 2 deletions
@@ -542,6 +542,7 @@ self: super: builtins.intersectAttrs super {
# Break infinite recursion cycle between QuickCheck and splitmix.
splitmix = dontCheck super.splitmix;
splitmix_0_1_0_2 = dontCheck super.splitmix_0_1_0_2;
# Break infinite recursion cycle between tasty and clock.
clock = dontCheck super.clock;