packages feed

Cabal revisions of servant-auth-0.4.10.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:  2.2-name:           servant-auth-version:        0.4.10.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,-                and possibly in conjunction with one another.-                .-                '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 <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.-category:       Web, Servant, Authentication-homepage:       https://github.com/haskell-servant/servant/tree/master/servant-auth#readme-bug-reports:    https://github.com/haskell-servant/servant/issues-author:         Julian K. Arni-maintainer:     jkarni@gmail.com-copyright:      (c) Julian K. Arni-license:        BSD-3-Clause-license-file:   LICENSE-tested-with:    GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1-build-type:     Simple-extra-doc-files:-    CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/haskell-servant/servant--library-  hs-source-dirs:-      src-  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators-  ghc-options: -Wall-  build-depends:-      base                    >= 4.16.4.0 && < 4.22-    , containers              >=0.6.5.1   && < 0.9-    , aeson                   >= 2.0      && < 3-    , jose                    >= 0.11     && < 0.14-    , lens                    >= 5.3      && < 5.4-    , servant                 >= 0.20.3   && < 0.21-    , text                    >= 1.2.3.0  && < 2.2-  exposed-modules:-      Servant.Auth-      Servant.Auth.JWT-  default-language: Haskell2010+cabal-version:  2.2
+name:           servant-auth
+version:        0.4.10.0
+x-revision: 1
+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,
+                and possibly in conjunction with one another.
+                .
+                '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 <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
+category:       Web, Servant, Authentication
+homepage:       https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
+bug-reports:    https://github.com/haskell-servant/servant/issues
+author:         Julian K. Arni
+maintainer:     jkarni@gmail.com
+copyright:      (c) Julian K. Arni
+license:        BSD-3-Clause
+license-file:   LICENSE
+tested-with:    GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1
+build-type:     Simple
+extra-doc-files:
+    CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/haskell-servant/servant
+
+library
+  hs-source-dirs:
+      src
+  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
+  ghc-options: -Wall
+  build-depends:
+      base                    >= 4.16.4.0 && < 4.23
+    , containers              >=0.6.5.1   && < 0.9
+    , aeson                   >= 2.0      && < 3
+    , jose                    >= 0.11     && < 0.14
+    , lens                    >= 5.3      && < 5.4
+    , servant                 >= 0.20.3   && < 0.21
+    , text                    >= 1.2.3.0  && < 2.2
+  exposed-modules:
+      Servant.Auth
+      Servant.Auth.JWT
+  default-language: Haskell2010