packages feed

tasty-expected-failure 0.11.1.1 → 0.11.1.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

tasty-expected-failure.cabal view
@@ -1,5 +1,5 @@ name:                tasty-expected-failure-version:             0.11.1.1+version:             0.11.1.2 synopsis:            Mark tasty tests as failure expected description:  With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module@@ -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.10.2, GHC == 7.11.*, GHC == 8.0.*+tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1  library   exposed-modules:     Test.Tasty.ExpectedFailure   build-depends:-    base >= 4.5 && <4.12,+    base >= 4.5 && <4.14,     tagged >= 0.7 && < 0.9,     tasty >= 0.11   default-language:    Haskell2010