packages feed

katip-wai 0.1.2.3 → 0.1.2.4

raw patch · 2 files changed

+10/−3 lines, 2 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,6 +24,12 @@  ## [Unreleased] +## [0.1.2.4] - 2024-05-16++### Fixed++- Increased upper bound for `network`+ ## [0.1.2.3] - 2024-01-01  ### Fixed@@ -72,7 +78,8 @@ - Initial release  -[unreleased]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.3...HEAD+[unreleased]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.4...HEAD+[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 [0.1.2.2]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.1...releases/0.1.2.2 [0.1.2.1]: https://github.com/Disco-Dave/katip-wai/compare/releases/0.1.2.0...releases/0.1.2.1
katip-wai.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: katip-wai-version: 0.1.2.3+version: 0.1.2.4  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>@@ -78,7 +78,7 @@    build-depends:     , clock >=0.8 && <0.9-    , network >=3.0 && <3.2+    , network >=3.0 && <3.3  test-suite katip-wai-test   import: shared