servant-auth 0.2.6.1 → 0.2.7.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- package.yaml +1/−1
- servant-auth.cabal +1/−1
package.yaml view
@@ -1,5 +1,5 @@ name: servant-auth-version: 0.2.6.1+version: 0.2.7.0 synopsis: Authentication combinators for servant description: | This package provides an @Auth@ combinator for 'servant'. This combinator
servant-auth.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: servant-auth-version: 0.2.6.1+version: 0.2.7.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,