packages feed

tasty-expected-failure 0.11.1 → 0.11.1.1

raw patch · 1 files changed

+2/−2 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+version:             0.11.1.1 synopsis:            Mark tasty tests as failure expected description:  With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module@@ -33,7 +33,7 @@   exposed-modules:     Test.Tasty.ExpectedFailure   build-depends:-    base >= 4.5 && <4.11,+    base >= 4.5 && <4.12,     tagged >= 0.7 && < 0.9,     tasty >= 0.11   default-language:    Haskell2010