packages feed

tasty-fail-fast 0.0.2 → 0.0.3

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: tasty

API changes (from Hackage documentation)

Files

tasty-fail-fast.cabal view
@@ -1,5 +1,5 @@ name:                tasty-fail-fast-version:             0.0.2+version:             0.0.3 synopsis:            Adds the ability to fail a tasty test suite on first test failure description:   tasty-fail-fast wraps any ingredient to fail as soon as the first test fails. For example:@@ -10,7 +10,7 @@   .   Your test suite will now get a @--fail-fast@ flag. homepage:            http://github.com/MichaelXavier/tasty-fail-fast#readme-license:             MIT+license:             BSD3 license-file:        LICENSE author:              Michael Xavier maintainer:          michael@michaelxavier.net@@ -34,7 +34,7 @@   hs-source-dirs:      src   exposed-modules:     Test.Tasty.Ingredients.FailFast   build-depends:       base < 5-                     , tasty >= 0.10 && < 0.12+                     , tasty >= 0.10                      , stm >= 2.1                      , containers >= 0.5.0.0                      , tagged