tasty-sugar 2.2.3.3 → 2.2.4.0
raw patch · 4 files changed
+9/−6 lines, 4 filesdep ~kvitablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: kvitable
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.org +0/−2
- src/internal/Test/Tasty/Sugar/Report.hs +1/−1
- tasty-sugar.cabal +4/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for tasty-sugar +## 2.2.4.0 -- 2026-07-06++ * Update to support new kvitable version 1.2. No functional changes.+ ## 2.2.3.3 -- 2026-01-03 * Fix to support matching multiple parameter values in a single candidate file.
README.org view
@@ -401,8 +401,6 @@ # # KWQ... -# KWQ: add RangedParam description- * Comparisons ** tasty-KAT
src/internal/Test/Tasty/Sugar/Report.hs view
@@ -55,4 +55,4 @@ : (fromString . fst <$> take 1 (validParams c)) , rowRepeat = False }- in render cfg $ sweetsKVITable s+ in render Nothing cfg $ sweetsKVITable s
tasty-sugar.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: tasty-sugar-version: 2.2.3.3+version: 2.2.4.0 synopsis: Tests defined by Search Using Golden Answer References description: .@@ -35,6 +35,7 @@ , GHC == 9.8 , GHC == 9.10 , GHC == 9.12+ , GHC == 9.14 extra-doc-files: CHANGELOG.md README.org@@ -94,7 +95,7 @@ source-repository head type: git- location: git://github.com/kquick/tasty-sugar.git+ location: https://github.com/kquick/tasty-sugar library exposed-modules: Test.Tasty.Sugar@@ -134,7 +135,7 @@ , directory , filepath , filemanip- , kvitable >= 1.1.0.0 && < 1.2+ , kvitable >= 1.2 && < 1.3 , logict , microlens >= 0.4 && < 0.6 , mtl