@hackage tasty-fail-fast0.0.3

Adds the ability to fail a tasty test suite on first test failure

tasty-fail-fast wraps any ingredient to fail as soon as the first test fails. For example:

defaultMainWithIngredients (map failFast defaultIngredients) tests

Your test suite will now get a --fail-fast flag.