tasty-flaky 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+12/−6 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- tasty-flaky.cabal +8/−6
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for tasty-flaky +## 0.1.3.1 -- 2026-01-01++* Added support for GHC 9.14+ ## 0.1.3.0 -- 2025-12-13 * Exceptions in tests will now be caught and considered test failures, even if the test runner
tasty-flaky.cabal view
@@ -1,8 +1,9 @@ cabal-version: 3.4 name: tasty-flaky-version: 0.1.3.0+version: 0.1.3.1 synopsis: Handle flaky Tasty-based tests-description: Handle flaky Tasty-based tests, with configuration retry policies.+description:+ This package allows to retry Tasty-based tests that are expected to fail intermittently -- also known as flaky tests. homepage: https://github.com/LaurentRDC/tasty-flaky license: BSD-3-Clause license-file: LICENSE@@ -11,10 +12,11 @@ copyright: (c) Laurent René de Cotret category: Testing build-type: Simple-tested-with: GHC ==9.12.1- || ==9.10.1+tested-with: GHC ==9.14.1+ || ==9.12.2+ || ==9.10.3 || ==9.8.4- || ==9.6.6+ || ==9.6.7 || ==9.4.8 || ==9.2.8 || ==9.0.2@@ -42,7 +44,7 @@ library import: common-options exposed-modules: Test.Tasty.Flaky- build-depends: base >=4.14 && <4.22+ build-depends: base >=4.14 && <4.23 , tagged >= 0.5 && <0.9 , retry >= 0.7 && <0.10 , tasty ^>=1.5