servant-auth 0.4.9.2 → 0.4.10.0
raw patch · 2 files changed
+9/−5 lines, 2 filesdep −unordered-containersdep ~josedep ~lens
Dependencies removed: unordered-containers
Dependency ranges changed: jose, lens
Files
- CHANGELOG.md +5/−0
- servant-auth.cabal +4/−5
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.0.0] - 2020-10-06 - Support for GHC 8.10 by @domenkozar
servant-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: servant-auth-version: 0.4.9.2+version: 0.4.10.0 synopsis: Authentication combinators for servant description: This package provides an @Auth@ combinator for 'servant'. This combinator allows using different authentication schemes in a straightforward way,@@ -20,7 +20,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@@ -36,11 +36,10 @@ base >= 4.16.4.0 && < 4.22 , containers >=0.6.5.1 && < 0.9 , aeson >= 2.0 && < 3- , jose >= 0.10 && < 0.13- , lens >= 4.16.1 && < 5.4+ , jose >= 0.11 && < 0.14+ , lens >= 5.3 && < 5.4 , servant >= 0.20.3 && < 0.21 , text >= 1.2.3.0 && < 2.2- , unordered-containers >= 0.2.9.0 && < 0.3 exposed-modules: Servant.Auth Servant.Auth.JWT