packages feed

Cabal revisions of servant-auth-swagger-0.2.10.2

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

revision 1
-cabal-version:  2.2-name:           servant-auth-swagger-version:        0.2.10.2-synopsis:       servant-swagger/servant-auth compatibility-description:    This package provides instances that allow generating swagger2 schemas from-                <https://hackage.haskell.org/package/servant servant>-                APIs that use-                <https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.-                .-                For a quick overview of the usage, 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==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--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.19-    , text            >= 1.2.3.0 && < 2.1-    , servant-swagger >= 1.1.5   && < 2-    , swagger2        >= 2.2.2   && < 3-    , servant         >= 0.13    && < 0.21-    , servant-auth    == 0.4.*-    , lens            >= 4.16.1  && < 5.3-  exposed-modules:-      Servant.Auth.Swagger-  default-language: Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  hs-source-dirs:-      test-  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators-  ghc-options: -Wall-  build-tool-depends: hspec-discover:hspec-discover >= 2.5.5 && <2.11-  -- dependencies with bounds inherited from the library stanza-  build-depends:-      base-    , text-    , servant-swagger-    , swagger2-    , servant-    , servant-auth-    , lens--  -- test dependencies-  build-depends:-      servant-auth-swagger-    , hspec      >= 2.5.5  && < 2.11-    , QuickCheck >= 2.11.3 && < 2.15-  other-modules:-      Servant.Auth.SwaggerSpec-  default-language: Haskell2010+cabal-version:  2.2
+name:           servant-auth-swagger
+version:        0.2.10.2
+x-revision: 1
+synopsis:       servant-swagger/servant-auth compatibility
+description:    This package provides instances that allow generating swagger2 schemas from
+                <https://hackage.haskell.org/package/servant servant>
+                APIs that use
+                <https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
+                .
+                For a quick overview of the usage, 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==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
+
+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.19
+    , text            >= 1.2.3.0 && < 2.1
+    , servant-swagger >= 1.1.5   && < 2
+    , swagger2        >= 2.2.2   && < 3
+    , servant         >= 0.13    && < 0.21
+    , servant-auth    == 0.4.*
+    , lens            >= 4.16.1  && < 5.3
+  exposed-modules:
+      Servant.Auth.Swagger
+  default-language: Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  hs-source-dirs:
+      test
+  default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
+  ghc-options: -Wall
+  build-tool-depends: hspec-discover:hspec-discover >= 2.5.5 && <2.12
+  -- dependencies with bounds inherited from the library stanza
+  build-depends:
+      base
+    , text
+    , servant-swagger
+    , swagger2
+    , servant
+    , servant-auth
+    , lens
+
+  -- test dependencies
+  build-depends:
+      servant-auth-swagger
+    , hspec      >= 2.5.5  && < 2.12
+    , QuickCheck >= 2.11.3 && < 2.15
+  other-modules:
+      Servant.Auth.SwaggerSpec
+  default-language: Haskell2010
revision 2
 cabal-version:  2.2
 name:           servant-auth-swagger
 version:        0.2.10.2
-x-revision: 1
+x-revision: 2
 synopsis:       servant-swagger/servant-auth compatibility
 description:    This package provides instances that allow generating swagger2 schemas from
                 <https://hackage.haskell.org/package/servant 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
-    , text            >= 1.2.3.0 && < 2.1
+      base            >= 4.10    && < 4.20
+    , text            >= 1.2.3.0 && < 2.2
     , servant-swagger >= 1.1.5   && < 2
     , swagger2        >= 2.2.2   && < 3
     , servant         >= 0.13    && < 0.21
revision 3
 cabal-version:  2.2
 name:           servant-auth-swagger
 version:        0.2.10.2
-x-revision: 2
+x-revision: 3
 synopsis:       servant-swagger/servant-auth compatibility
 description:    This package provides instances that allow generating swagger2 schemas from
                 <https://hackage.haskell.org/package/servant servant>
     , swagger2        >= 2.2.2   && < 3
     , servant         >= 0.13    && < 0.21
     , servant-auth    == 0.4.*
-    , lens            >= 4.16.1  && < 5.3
+    , lens            >= 4.16.1  && < 5.4
   exposed-modules:
       Servant.Auth.Swagger
   default-language: Haskell2010
   build-depends:
       servant-auth-swagger
     , hspec      >= 2.5.5  && < 2.12
-    , QuickCheck >= 2.11.3 && < 2.15
+    , QuickCheck >= 2.11.3 && < 2.16
   other-modules:
       Servant.Auth.SwaggerSpec
   default-language: Haskell2010