tasty-expected-failure 0.11.0.3 → 0.11.0.4
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- README.md +1/−1
- tasty-expected-failure.cabal +4/−4
README.md view
@@ -18,7 +18,7 @@ The module also provides `ignoreTest` to avoid running a test. Both funtions are implemented via the more general-`warpTest`, which is also provided.+`wrapTest`, which is also provided. Why is this not provided by tasty? ----------------------------------
tasty-expected-failure.cabal view
@@ -1,5 +1,5 @@ name: tasty-expected-failure-version: 0.11.0.3+version: 0.11.0.4 synopsis: Mark tasty tests as failure expected description: With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module@@ -16,7 +16,7 @@ . The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to avoid running a test. Both funtions are implemented via the more general- 'Test.Tasty.ExpectedFailure.warpTest', which is also provided.+ 'Test.Tasty.ExpectedFailure.wrapTest', which is also provided. homepage: http://github.com/nomeata/tasty-expected-failure license: MIT license-file: LICENSE@@ -27,13 +27,13 @@ build-type: Simple extra-source-files: README.md cabal-version: >=1.10-tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.11.*+tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 7.11.*, GHC == 8.0.* library exposed-modules: Test.Tasty.ExpectedFailure build-depends:- base >= 4.5 && <4.9,+ base >= 4.5 && <4.10, tagged >= 0.7 && < 0.9, tasty >= 0.11 default-language: Haskell2010