packages feed

katip-wai 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+16/−5 lines, 2 filesdep ~containersdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,6 +24,11 @@  <!-- ## [Unreleased] --> +## [0.2.0.1] - 2026-01-11++### Fixed+- Increased upper bound for `time` and `containers`+ ## [0.2.0.0] - 2024-09-11  ### Added@@ -96,7 +101,8 @@ - Initial release  -[unreleased]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.2.0.0...HEAD+[unreleased]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.2.0.1...HEAD+[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 [0.1.2.3]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.2...releases/0.1.2.3
katip-wai.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: katip-wai-version: 0.2.0.0+version: 0.2.0.1  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>@@ -14,7 +14,7 @@ author: David Burkett maintainer: David Burkett -copyright: 2024 David Burkett+copyright: 2026 David Burkett license: BSD-3-Clause license-file: LICENSE @@ -96,12 +96,12 @@     , bytestring >=0.9 && <0.13     , case-insensitive >=1.2.1 && <1.3     , clock >=0.8 && <0.9-    , containers >=0.6.7 && <0.8+    , containers >=0.6.7 && <0.9     , http-types >=0.12 && <0.13     , katip >=0.8 && <0.9     , network >=3.0 && <3.3     , text >=0.11 && <2.2-    , time >=1.12.2 && <1.15+    , time >=1.12.2 && <1.16     , uuid >=1.3 && <1.4     , wai >=3.0 && <3.3 @@ -115,6 +115,11 @@    default-extensions:     DuplicateRecordFields++  ghc-options:+    -threaded +    -rtsopts +    -with-rtsopts=-N    other-modules:       Katip.Wai.DebugApplication