packages feed

tasty-sugar 2.2.2.1 → 2.2.3.1

raw patch · 2 files changed

+16/−4 lines, 2 filesdep ~hedgehogdep ~microlensdep ~parallelPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hedgehog, microlens, parallel

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,14 @@ # Revision history for tasty-sugar +## 2.2.3.1 -- 2025-11-01++ * Bump constraints for parallel to allow 3.4.* [from Vekhir].+ * Bump constraints for microlens to allow 0.5.*.++## 2.2.3.0 -- 2025-10-26++ * Support GHC 8.10 through GHC 9.12.+ ## 2.2.2.1 -- 2025-07-26   * Bump constraints to allow optparse-applicative 0.19.
tasty-sugar.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.0  name:                tasty-sugar-version:             2.2.2.1+version:             2.2.3.1 synopsis:            Tests defined by Search Using Golden Answer References description:   .@@ -32,6 +32,9 @@            , GHC == 9.2.3            , GHC == 9.4.4            , GHC == 9.6.1+           , GHC == 9.8+           , GHC == 9.10+           , GHC == 9.12  extra-doc-files: CHANGELOG.md                  README.org@@ -133,9 +136,9 @@                    , filemanip                    , kvitable >= 1.1.0.0 && < 1.2                    , logict-                   , microlens >= 0.4 && < 0.5+                   , microlens >= 0.4 && < 0.6                    , mtl-                   , parallel >= 3.2 && < 3.3+                   , parallel >= 3.2 && < 3.4                    , prettyprinter >= 1.7 && < 1.8                    , text   hs-source-dirs:    src/internal@@ -168,7 +171,7 @@                        Sample1   build-depends: base >= 4 && < 5                , filepath-               , hedgehog >= 1.1 && < 1.5+               , hedgehog >= 1.1 && < 1.8                , logict                , pretty-show >= 1.9 && < 1.11                , prettyprinter