packages feed

webgear-swagger 1.1.0 → 1.1.1

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~webgear-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: webgear-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,11 @@  ## [Unreleased] +## [1.1.1] - 2024-01-01++### Changed+- Updated dependency bounds and GHC versions (#35)+ ## [1.1.0] - 2023-12-29  ### Added@@ -10,5 +15,6 @@ - Support file uploads (#32) - First version of webgear-swagger -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.1.0...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.1.1...HEAD+[1.1.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.1.1 [1.1.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.1.0
webgear-swagger.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.4  name:                webgear-swagger-version:             1.1.0+version:             1.1.1 synopsis:            Composable, type-safe library to build HTTP API servers description:     WebGear is a library to for building composable, type-safe HTTP API servers.@@ -11,7 +11,7 @@ bug-reports:         https://github.com/haskell-webgear/webgear/issues author:              Raghu Kaippully maintainer:          rkaippully@gmail.com-copyright:           2023 Raghu Kaippully+copyright:           2023-2024 Raghu Kaippully license:             MPL-2.0 license-file:        LICENSE category:            Web@@ -74,7 +74,7 @@                     , lens >=4.18.1 && <5.3                     , swagger2 >=2.6 && <2.9                     , text >=1.2.0.0 && <2.2-                    , webgear-core ==1.1.0+                    , webgear-core ^>=1.1.1   ghc-options:        -Wall                       -Wno-unticked-promoted-constructors                       -Wcompat