tasty-checklist 1.0.8.0 → 1.0.9.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~parameterized-utilsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: parameterized-utils
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- tasty-checklist.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for tasty-checklist +## 1.0.9.0 -- 2026-04-28++ * Update support for parameterized-utils to support version 2.3.+ ## 1.0.8.0 -- 2025-10-25 * Limit diff output to 100 lines and align output.
tasty-checklist.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: tasty-checklist-version: 1.0.8.0+version: 1.0.9.0 synopsis: Check multiple items during a tasty test description: Allows the test to check a number of items during a test and@@ -45,7 +45,7 @@ build-depends: base >= 4.10 && < 5 , containers , exceptions- , parameterized-utils >= 2.1.0 && < 2.2+ , parameterized-utils >= 2.1.0 && < 2.4 , text