Cabal revisions of servant-auth-0.4.1.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.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,- 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 <http://github.com/haskell-servant/servant/servant-auth#readme README>.-category: Web, Servant, Authentication-homepage: http://github.com/haskell-servant/servant/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 ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1-build-type: Simple-extra-source-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.10 && < 4.16- , containers >= 0.6 && < 0.7- , aeson >= 1.3.1.1 && < 3- , jose >= 0.7.0.0 && < 0.10- , lens >= 4.16.1 && < 5.1- , servant >= 0.15 && < 0.20- , text >= 1.2.3.0 && < 1.3- , unordered-containers >= 0.2.9.0 && < 0.3- exposed-modules:- Servant.Auth- Servant.Auth.JWT- default-language: Haskell2010+cabal-version: 2.2 +name: servant-auth +version: 0.4.1.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 <http://github.com/haskell-servant/servant/servant-auth#readme README>. +category: Web, Servant, Authentication +homepage: http://github.com/haskell-servant/servant/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 ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 +build-type: Simple +extra-source-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.10 && < 4.16 + , containers >= 0.6 && < 0.7 + , aeson >= 1.3.1.1 && < 3 + , jose >= 0.7.0.0 && < 0.10 + , lens >= 4.16.1 && <5.2 + , servant >= 0.15 && < 0.20 + , text >= 1.2.3.0 && < 1.3 + , unordered-containers >= 0.2.9.0 && < 0.3 + exposed-modules: + Servant.Auth + Servant.Auth.JWT + default-language: Haskell2010
revision 2
cabal-version: 2.2 name: servant-auth version: 0.4.1.0 -x-revision: 1 +x-revision: 2 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, , jose >= 0.7.0.0 && < 0.10 , lens >= 4.16.1 && <5.2 , servant >= 0.15 && < 0.20 - , text >= 1.2.3.0 && < 1.3 + , text >= 1.2.3.0 && < 2.1 , unordered-containers >= 0.2.9.0 && < 0.3 exposed-modules: Servant.Auth
revision 3
cabal-version: 2.2 name: servant-auth version: 0.4.1.0 -x-revision: 2 +x-revision: 3 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, 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.10 && < 4.16 + base >= 4.10 && < 4.17 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 , jose >= 0.7.0.0 && < 0.10
revision 4
cabal-version: 2.2 name: servant-auth version: 0.4.1.0 -x-revision: 3 +x-revision: 4 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, 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.10 && < 4.17 + base >= 4.10 && < 4.18 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 , jose >= 0.7.0.0 && < 0.10
revision 5
cabal-version: 2.2 +x-revision: 5 name: servant-auth version: 0.4.1.0 -x-revision: 4 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, '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/haskell-servant/servant/servant-auth#readme README>. + 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: http://github.com/haskell-servant/servant/servant-auth#readme +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 base >= 4.10 && < 4.18 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 - , jose >= 0.7.0.0 && < 0.10 - , lens >= 4.16.1 && <5.2 + , jose >= 0.7.0.0 && < 0.11 + , lens >= 4.16.1 && < 5.3 , servant >= 0.15 && < 0.20 , text >= 1.2.3.0 && < 2.1 , unordered-containers >= 0.2.9.0 && < 0.3
revision 6
cabal-version: 2.2 -x-revision: 5 +x-revision: 6 name: servant-auth version: 0.4.1.0 synopsis: Authentication combinators for servant 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.10 && < 4.18 + base >= 4.10 && < 4.19 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 , jose >= 0.7.0.0 && < 0.11
revision 7
cabal-version: 2.2 -x-revision: 6 +x-revision: 7 name: servant-auth version: 0.4.1.0 synopsis: Authentication combinators for servant copyright: (c) Julian K. Arni license: BSD-3-Clause license-file: LICENSE -tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 +tested-with: GHC==8.6.5, GHC==8.8.4, GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.4 build-type: Simple extra-source-files: CHANGELOG.md base >= 4.10 && < 4.19 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 - , jose >= 0.7.0.0 && < 0.11 + , jose >= 0.10 && < 0.11 , lens >= 4.16.1 && < 5.3 - , servant >= 0.15 && < 0.20 + , servant >= 0.15 && < 0.21 , text >= 1.2.3.0 && < 2.1 , unordered-containers >= 0.2.9.0 && < 0.3 exposed-modules: Servant.Auth Servant.Auth.JWT - default-language: Haskell2010 + default-language: Haskell2010
revision 8
cabal-version: 2.2 -x-revision: 7 +x-revision: 8 name: servant-auth version: 0.4.1.0 synopsis: Authentication combinators for servant 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.10 && < 4.19 + base >= 4.10 && < 4.20 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 , jose >= 0.10 && < 0.11 , lens >= 4.16.1 && < 5.3 , servant >= 0.15 && < 0.21 - , text >= 1.2.3.0 && < 2.1 + , text >= 1.2.3.0 && < 2.2 , unordered-containers >= 0.2.9.0 && < 0.3 exposed-modules: Servant.Auth Servant.Auth.JWT - default-language: Haskell2010+ default-language: Haskell2010
revision 9
cabal-version: 2.2 -x-revision: 8 +x-revision: 9 name: servant-auth version: 0.4.1.0 synopsis: Authentication combinators for servant base >= 4.10 && < 4.20 , containers >= 0.6 && < 0.7 , aeson >= 1.3.1.1 && < 3 - , jose >= 0.10 && < 0.11 + , jose >= 0.10 && < 0.12 , lens >= 4.16.1 && < 5.3 , servant >= 0.15 && < 0.21 , text >= 1.2.3.0 && < 2.2