ghc-tasty-expected-failure 0.11.1.2 Mark tasty tests as failure expected

With the function Test.Tasty.ExpectedFailure.expectFail in the provided module Test.Tasty.ExpectedFailure, you can mark that you expect test cases to fail, and not to pass. This can be used for test-driven development.