tasty-sugar 1.3.0.0 → 1.3.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- tasty-sugar.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for tasty-sugar +## 1.3.0.1 -- 2022-06-29++ * Bump optparse-applicative upper bound to allow 0.17 series.+ ## 1.3.0.0 -- 2022-06-28 * Add `inputDirs` to `CUBE` to replace single `inputDir`. Allows test action
tasty-sugar.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: tasty-sugar-version: 1.3.0.0+version: 1.3.0.1 synopsis: Tests defined by Search Using Golden Answer References description: .@@ -62,7 +62,7 @@ , filepath >= 1.4 && < 1.5 , filemanip >= 0.3 && < 0.4 , logict >= 0.7.0.3 && < 0.9- , optparse-applicative >= 0.15 && < 0.17+ , optparse-applicative >= 0.15 && < 0.18 , prettyprinter >= 1.7.0 && < 1.8 , tasty >= 1.2 && < 1.5 , tasty-sugar-internal