packages feed

tasty-rerun 1.1.7 → 1.1.8

raw patch · 3 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: tasty

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+# 1.1.8++* Bump upper bound of tasty.+ # 1.1.7  * Allow base < 4.11.
src/Test/Tasty/Ingredients/Rerun.hs view
@@ -144,7 +144,7 @@        case asum (map tryAndRun ingredients) of         -- No Ingredients chose to run the tests, we should really return-        -- Nothing, but we've already commited to run by the act of+        -- Nothing, but we've already committed to run by the act of         -- filtering the TestTree.         Nothing -> return False         -- Otherwise, an Ingredient did choose to run the tests, so we
tasty-rerun.cabal view
@@ -1,5 +1,5 @@ name:                tasty-rerun-version:             1.1.7+version:             1.1.8 homepage:            http://github.com/ocharles/tasty-rerun license:             BSD3 license-file:        LICENSE@@ -80,7 +80,7 @@     split >= 0.1 && < 0.3,     stm >= 2.4.2,     tagged >= 0.7 && <0.9,-    tasty >=0.10 && <0.12,+    tasty >=0.10 && <0.13,     transformers >= 0.3.0.0   hs-source-dirs:      src   default-language:    Haskell2010