packages feed

webgear-openapi 1.0.1 → 1.0.2

raw patch · 2 files changed

+15/−3 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,10 +2,22 @@  ## [Unreleased] +## [1.0.2] - 2022-06-11++### Changed+- Upgrade to latest GHC versions (#9)++## [1.0.1] - 2022-01-09++### Changed+- Update dependency bounds (#7)+ ## [1.0.0] - 2022-01-08  ### Added - First version of webgear-openapi -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.0.0...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.0.2...HEAD+[1.0.2]: https://github.com/haskell-webgear/webgear/releases/tag/v1.0.2+[1.0.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.0.1 [1.0.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.0.0
webgear-openapi.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.4  name:                webgear-openapi-version:             1.0.1+version:             1.0.2 synopsis:            Composable, type-safe library to build HTTP API servers description:     WebGear is a library to for building composable, type-safe HTTP API servers.@@ -74,7 +74,7 @@                     , lens >=4.18.1 && <5.2                     , openapi3 >=3.1.0 && <3.3                     , text >=1.2.0.0 && <2.1-                    , webgear-core ==1.0.1+                    , webgear-core ==1.0.2   ghc-options:        -Wall                       -Wno-unticked-promoted-constructors                       -Wcompat