haskell-splitmix: update override for the latest version

This commit is contained in:
Peter Simons
2020-10-23 21:00:26 +02:00
parent 89ed6f458d
commit 0bde9a5576
2 changed files with 2 additions and 2 deletions
@@ -542,7 +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;
splitmix_0_1_0_3 = dontCheck super.splitmix_0_1_0_3;
# Break infinite recursion cycle between tasty and clock.
clock = dontCheck super.clock;