packages feed

servant-auth-client 0.4.9.2 → 0.4.10.0

raw patch · 2 files changed

+17/−12 lines, 2 filesdep ~QuickCheckdep ~bytestringdep ~hspec

Dependency ranges changed: QuickCheck, bytestring, hspec, http-client, http-types, jose, servant-auth, time, transformers, warp

Files

CHANGELOG.md view
@@ -7,6 +7,11 @@  ## [Unreleased] +## [0.4.10.0] - 2026-06-20++- Support for 'ram' dependency. [#1888](https://github.com/haskell-servant/servant/pull/1888)+- Bump lower dependency bounds. [#1876](https://github.com/haskell-servant/servant/pull/1876)+ ## [0.4.2.0] - 2024-08-28  - Allow newer versions of dependencies (QuickCheck, jose, warp, bytestring, etc.) and compiler.
servant-auth-client.cabal view
@@ -1,6 +1,6 @@ cabal-version:  2.2 name:           servant-auth-client-version:        0.4.9.2+version:        0.4.10.0 synopsis:       servant-client/servant-auth compatibility description:    This package provides instances that allow generating clients from                 <https://hackage.haskell.org/package/servant servant>@@ -18,7 +18,7 @@ license-file:   LICENSE tested-with:    GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1 build-type:     Simple-extra-source-files:+extra-doc-files:     CHANGELOG.md  source-repository head@@ -32,9 +32,9 @@   ghc-options: -Wall   build-depends:       base                >= 4.16.4.0 && < 4.22-    , bytestring          >= 0.10.6.0 && < 0.13+    , bytestring          >= 0.11     && < 0.13     , containers          >=0.6.5.1  && < 0.9-    , servant-auth        == 0.4.9.2+    , servant-auth        == 0.4.10.0     , servant             >= 0.20.3   && < 0.21     , servant-client-core >= 0.20.3   && < 0.21 @@ -62,19 +62,19 @@    -- test dependencies   build-depends:-      hspec                >= 2.5.5    && < 2.12-    , QuickCheck           >= 2.11.3   && < 2.17+      hspec                >= 2.11     && < 2.12+    , QuickCheck           >= 2.18     && < 2.19     , aeson                >= 1.3.1.1  && < 3     , bytestring           >= 0.11 && < 0.13-    , http-client          >= 0.5.13.1 && < 0.8-    , http-types           >= 0.12.2   && < 0.13+    , http-client          >= 0.7.19   && < 0.8+    , http-types           >= 0.12.4   && < 0.13     , servant-auth-server  >= 0.4.2.0  && < 0.5     , servant-server       >= 0.20.2   && < 0.21-    , time                 >= 1.5.0.1  && < 1.15-    , transformers         >= 0.4.2.0  && < 0.7+    , time                 >= 1.11     && < 1.15+    , transformers         >= 0.5.6.2  && < 0.7     , wai                  >= 3.2.1.2  && < 3.3-    , warp                 >= 3.2.25   && < 3.5-    , jose                 >= 0.10     && < 0.13+    , warp                 >= 3.4.9    && < 3.5+    , jose                 >= 0.11     && < 0.14   other-modules:       Servant.Auth.ClientSpec   default-language: Haskell2010