From 4caa1f563bd066e14adcaabc5af48a1bf194c814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Deest?= Date: Wed, 2 Feb 2022 15:54:31 +0100 Subject: [PATCH] servant-auth 0.4.0.0 -> 0.4.1.0, servant-auth-server 0.4.6.0 -> 0.4.7.0 --- servant-auth/servant-auth-server/servant-auth-server.cabal | 2 +- servant-auth/servant-auth/servant-auth.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-auth/servant-auth-server/servant-auth-server.cabal b/servant-auth/servant-auth-server/servant-auth-server.cabal index 5a2080d0..2806ef86 100644 --- a/servant-auth/servant-auth-server/servant-auth-server.cabal +++ b/servant-auth/servant-auth-server/servant-auth-server.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: servant-auth-server -version: 0.4.6.0 +version: 0.4.7.0 synopsis: servant-server/servant-auth compatibility description: This package provides the required instances for using the @Auth@ combinator in your 'servant' server. diff --git a/servant-auth/servant-auth/servant-auth.cabal b/servant-auth/servant-auth/servant-auth.cabal index eb88bdff..34650f5e 100644 --- a/servant-auth/servant-auth/servant-auth.cabal +++ b/servant-auth/servant-auth/servant-auth.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: servant-auth -version: 0.4.0.0 +version: 0.4.1.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,