Skip to content

Commit 4caa1f5

Browse files
author
Gaël Deest
committed
servant-auth 0.4.0.0 -> 0.4.1.0, servant-auth-server 0.4.6.0 -> 0.4.7.0
1 parent e1b59db commit 4caa1f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-auth-server
3-
version: 0.4.6.0
3+
version: 0.4.7.0
44
synopsis: servant-server/servant-auth compatibility
55
description: This package provides the required instances for using the @Auth@ combinator
66
in your 'servant' server.

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-auth
3-
version: 0.4.0.0
3+
version: 0.4.1.0
44
synopsis: Authentication combinators for servant
55
description: This package provides an @Auth@ combinator for 'servant'. This combinator
66
allows using different authentication schemes in a straightforward way,

0 commit comments

Comments
 (0)