servant-auth 0.3.0.1 → 0.3.1.0
raw patch · 1 files changed
+6/−6 lines, 1 files
Files
- servant-auth.cabal +6/−6
servant-auth.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-version: 0.3.0.1+version: 0.3.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,@@ -8,22 +8,22 @@ 'servant-auth' additionally provides concrete authentication schemes, such as Basic Access Authentication, JSON Web Tokens, and Cookies. .- For more details on how to use this, see the <http://github.com/plow-technologies/servant-auth#readme README>.+ For more details on how to use this, see the <http://github.com/haskell-servant/servant-auth#readme README>. category: Web, Servant, Authentication-homepage: http://github.com/plow-technologies/servant-auth#readme-bug-reports: https://github.com/plow-technologies/servant-auth/issues+homepage: http://github.com/haskell-servant/servant-auth#readme+bug-reports: https://github.com/haskell-servant/servant-auth/issues author: Julian K. Arni maintainer: jkarni@gmail.com copyright: (c) Julian K. Arni license: BSD3 license-file: LICENSE-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1+tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2 build-type: Simple cabal-version: >= 1.10 source-repository head type: git- location: https://github.com/plow-technologies/servant-auth+ location: https://github.com/haskell-servant/servant-auth library hs-source-dirs: