tasty-rerun 1.1.5 → 1.1.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Test.Tasty.Ingredients.Rerun: instance Eq Filter
- Test.Tasty.Ingredients.Rerun: instance IsOption FilterOption
- Test.Tasty.Ingredients.Rerun: instance IsOption RerunLogFile
- Test.Tasty.Ingredients.Rerun: instance IsOption UpdateLog
- Test.Tasty.Ingredients.Rerun: instance Ord Filter
- Test.Tasty.Ingredients.Rerun: instance Read TestResult
- Test.Tasty.Ingredients.Rerun: instance Show TestResult
- Test.Tasty.Ingredients.Rerun: instance Typeable FilterOption
- Test.Tasty.Ingredients.Rerun: instance Typeable RerunLogFile
- Test.Tasty.Ingredients.Rerun: instance Typeable UpdateLog
+ Test.Tasty.Ingredients.Rerun: instance GHC.Classes.Eq Test.Tasty.Ingredients.Rerun.Filter
+ Test.Tasty.Ingredients.Rerun: instance GHC.Classes.Ord Test.Tasty.Ingredients.Rerun.Filter
+ Test.Tasty.Ingredients.Rerun: instance GHC.Read.Read Test.Tasty.Ingredients.Rerun.TestResult
+ Test.Tasty.Ingredients.Rerun: instance GHC.Show.Show Test.Tasty.Ingredients.Rerun.TestResult
+ Test.Tasty.Ingredients.Rerun: instance Test.Tasty.Options.IsOption Test.Tasty.Ingredients.Rerun.FilterOption
+ Test.Tasty.Ingredients.Rerun: instance Test.Tasty.Options.IsOption Test.Tasty.Ingredients.Rerun.RerunLogFile
+ Test.Tasty.Ingredients.Rerun: instance Test.Tasty.Options.IsOption Test.Tasty.Ingredients.Rerun.UpdateLog
Files
- Changelog.md +4/−0
- tasty-rerun.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.1.6++* Allow base 4.9 for building with GHC 8.0+ # 1.1.5 * Supports tasty < 0.12.
tasty-rerun.cabal view
@@ -1,5 +1,5 @@ name: tasty-rerun-version: 1.1.5+version: 1.1.6 homepage: http://github.com/ocharles/tasty-rerun license: BSD3 license-file: LICENSE@@ -72,7 +72,7 @@ library exposed-modules: Test.Tasty.Ingredients.Rerun build-depends:- base >=4.6 && <4.9,+ base >=4.6 && <4.10, containers >= 0.5.0.0, mtl >= 2.1.2, optparse-applicative >= 0.6,