packages feed

webgear-openapi 1.0.2 → 1.0.3

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~webgear-core

Dependency ranges changed: webgear-core

Files

CHANGELOG.md view
@@ -2,6 +2,11 @@  ## [Unreleased] +## [1.0.3] - 2022-06-26++### Changed+- Nix flake based development environment+ ## [1.0.2] - 2022-06-11  ### Changed@@ -17,7 +22,8 @@ ### Added - First version of webgear-openapi -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.0.2...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.0.3...HEAD+[1.0.3]: https://github.com/haskell-webgear/webgear/releases/tag/v1.0.3 [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.2+version:             1.0.3 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.2+                    , webgear-core ==1.0.3   ghc-options:        -Wall                       -Wno-unticked-promoted-constructors                       -Wcompat