Merge pull request #25389 from roberth/fix-haskell-tasty-discover

haskellPackages.tasty-discover: bootstrap itself using an untested build

authored by Peter Simons and committed by GitHub c609aece 13bca4ba

+1
+1
pkgs/development/haskell-modules/configuration-common.nix
··· 494 494 495 495 # Depends on itself for testing 496 496 doctest-discover = addBuildTool super.doctest-discover (dontCheck super.doctest-discover); 497 + tasty-discover = addBuildTool super.tasty-discover (dontCheck super.tasty-discover); 497 498 498 499 # https://github.com/bos/aeson/issues/253 499 500 aeson = dontCheck super.aeson;