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

haskellPackages.tasty-discover: bootstrap itself using an untested build
This commit is contained in:
Peter Simons 2017-05-02 08:44:43 +02:00 committed by GitHub
commit c609aecede

View file

@ -494,6 +494,7 @@ self: super: {
# Depends on itself for testing
doctest-discover = addBuildTool super.doctest-discover (dontCheck super.doctest-discover);
tasty-discover = addBuildTool super.tasty-discover (dontCheck super.tasty-discover);
# https://github.com/bos/aeson/issues/253
aeson = dontCheck super.aeson;