packages feed

webgear-server 1.0.0 → 1.0.1

raw patch · 2 files changed

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

Dependency ranges changed: text, webgear-core

Files

CHANGELOG.md view
@@ -2,6 +2,11 @@  ## [Unreleased] +## [1.0.1] - 2022-01-09++### Changed+- Update dependency bounds (#7)+ ## [1.0.0] - 2022-01-08  ### Changed
webgear-server.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                webgear-server-version:             1.0.0+version:             1.0.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.@@ -57,9 +57,9 @@                     , base64-bytestring >=1.0.0.3 && <1.3                     , bytestring >=0.10.10.1 && <0.12                     , http-types ==0.12.*-                    , text ==1.2.*+                    , text >=1.2.0.0 && <2.1                     , wai ==3.2.*-                    , webgear-core ==1.0.0+                    , webgear-core ==1.0.1   ghc-options:        -Wall                       -Wno-unticked-promoted-constructors                       -Wcompat