servant-auth 0.4.0.0 -> 0.4.1.0, servant-auth-server 0.4.6.0 -> 0.4.7.0

This commit is contained in:
Gaël Deest 2022-02-02 15:54:31 +01:00
parent e1b59dbb31
commit 4caa1f563b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
cabal-version: 2.2 cabal-version: 2.2
name: servant-auth-server name: servant-auth-server
version: 0.4.6.0 version: 0.4.7.0
synopsis: servant-server/servant-auth compatibility synopsis: servant-server/servant-auth compatibility
description: This package provides the required instances for using the @Auth@ combinator description: This package provides the required instances for using the @Auth@ combinator
in your 'servant' server. in your 'servant' server.

View file

@ -1,6 +1,6 @@
cabal-version: 2.2 cabal-version: 2.2
name: servant-auth name: servant-auth
version: 0.4.0.0 version: 0.4.1.0
synopsis: Authentication combinators for servant synopsis: Authentication combinators for servant
description: This package provides an @Auth@ combinator for 'servant'. This combinator description: This package provides an @Auth@ combinator for 'servant'. This combinator
allows using different authentication schemes in a straightforward way, allows using different authentication schemes in a straightforward way,