tasty-rerun 1.1.13 → 1.1.14
raw patch · 3 files changed
+9/−2 lines, 3 filesdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- src/Test/Tasty/Ingredients/Rerun.hs +3/−0
- tasty-rerun.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.1.14++* Support tasty 1.2.+ # 1.1.13 * Bump upper bound of base.
src/Test/Tasty/Ingredients/Rerun.hs view
@@ -185,6 +185,9 @@ go prefix (Tasty.AskOptions k) = Tasty.AskOptions (go prefix <$> k) + go prefix (Tasty.After a b c) =+ Tasty.After a b (go prefix c)+ in go [] testTree tryLoadStateFrom filePath = do
tasty-rerun.cabal view
@@ -1,5 +1,5 @@ name: tasty-rerun-version: 1.1.13+version: 1.1.14 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 && <1.2,+ tasty >=1.2 && <1.3, transformers >= 0.3.0.0 hs-source-dirs: src default-language: Haskell2010