packages feed

katip-wai 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+11/−4 lines, 2 filesdep ~aesondep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,6 +24,12 @@  <!-- ## [Unreleased] --> +## [0.2.0.2] - 2026-06-06++### Fixed+- Increased upper bound for `time` and `aeson`++ ## [0.2.0.1] - 2026-01-11  ### Fixed@@ -101,7 +107,8 @@ - Initial release  -[unreleased]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.2.0.1...HEAD+[unreleased]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.2.0.2...HEAD+[0.2.0.2]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.2.0.1...releases/0.2.0.2 [0.2.0.1]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.2.0.0...releases/0.2.0.1 [0.2.0.0]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.4...releases/0.2.0.0 [0.1.2.4]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.3...releases/0.1.2.4
katip-wai.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: katip-wai-version: 0.2.0.1+version: 0.2.0.2  synopsis: WAI middleware for logging request and response info through katip. description: WAI middleware for logging request and response info through katip. Please see the README on GitHub at <https://github.com/Disco-Dave/katip-wai#readme>@@ -92,7 +92,7 @@       Katip.Wai.Response    build-depends:-    , aeson >=0.6 && <2.3+    , aeson >=0.6 && <2.4     , bytestring >=0.9 && <0.13     , case-insensitive >=1.2.1 && <1.3     , clock >=0.8 && <0.9@@ -101,7 +101,7 @@     , katip >=0.8 && <0.9     , network >=3.0 && <3.3     , text >=0.11 && <2.2-    , time >=1.12.2 && <1.16+    , time >=1.12.2 && <1.17     , uuid >=1.3 && <1.4     , wai >=3.0 && <3.3