tasty-sugar 2.2.0.0 → 2.2.1.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~hedgehogdep ~optparse-applicativedep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hedgehog, optparse-applicative, tasty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- tasty-sugar.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for tasty-sugar +## 2.2.1.0 -- 2023-06-28++ * Allow optparse-applicative 0.18, tasty 1.5, and hedgehog 1.4 packages.+ ## 2.2.0.0 -- 2023-05-03 * Added `rangedParamAdjuster` helper function.
tasty-sugar.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: tasty-sugar-version: 2.2.0.0+version: 2.2.1.0 synopsis: Tests defined by Search Using Golden Answer References description: .@@ -101,9 +101,9 @@ , filepath , filemanip >= 0.3 && < 0.4 , logict >= 0.7.0.3 && < 0.9- , optparse-applicative >= 0.15 && < 0.18+ , optparse-applicative >= 0.15 && < 0.19 , prettyprinter >= 1.7.0 && < 1.8- , tasty >= 1.2 && < 1.5+ , tasty >= 1.2 && < 1.6 , tasty-sugar-internal , text hs-source-dirs: src@@ -168,7 +168,7 @@ Sample1 build-depends: base >= 4 , filepath- , hedgehog >= 1.1 && < 1.3+ , hedgehog >= 1.1 && < 1.4 , logict , pretty-show >= 1.9 && < 1.11 , prettyprinter