Merge pull request #1521 from gdeest/minor-releases
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:
commit
e14f445e2a
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue