packages feed

Cabal revisions of servant-auth-docs-0.2.10.0

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

revision 1
-name:           servant-auth-docs-version:        0.2.10.0-synopsis:       servant-docs/servant-auth compatibility-description:    This package provides instances that allow generating docs 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 <http://github.com/haskell-servant/servant-auth#readme README>.-category:       Web, Servant, Authentication-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.2, GHC==8.4.3-build-type:     Custom-cabal-version:  >= 1.10-extra-source-files:-    CHANGELOG.md--custom-setup-  setup-depends:-    base, Cabal, cabal-doctest >=1.0.2 && <1.1--source-repository head-  type: git-  location: https://github.com/haskell-servant/servant-auth--library-  hs-source-dirs:-      src-  default-extensions: AutoDeriveTypeable 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.8 && < 4.12-    , text-    , servant-docs-    , servant-    , servant-auth == 0.3.*-    , lens-  exposed-modules:-      Servant.Auth.Docs-  default-language: Haskell2010--test-suite doctests-  type:                exitcode-stdio-1.0-  main-is:             doctests.hs-  build-depends:-    base,-    doctest >= 0.11.3 && <0.16,-    servant-auth-docs,-    QuickCheck >= 2.8 && <2.12,-    template-haskell-  ghc-options:         -Wall -threaded-  hs-source-dirs:      test-  default-language:    Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  hs-source-dirs:-      test-  default-extensions: AutoDeriveTypeable 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--  -- dependencies with bounds inherited from the library stanza-  build-depends:-      base-    , text-    , servant-docs-    , servant-    , servant-auth-    , lens--  -- test dependencies-  build-depends:-      servant-auth-docs-    , hspec > 2 && < 3-    , QuickCheck >= 2.8 && < 2.12--  default-language: Haskell2010+name:           servant-auth-docs
+version:        0.2.10.0
+x-revision: 1
+synopsis:       servant-docs/servant-auth compatibility
+description:    This package provides instances that allow generating docs 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 <http://github.com/haskell-servant/servant-auth#readme README>.
+category:       Web, Servant, Authentication
+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.2, GHC==8.4.3
+build-type:     Custom
+cabal-version:  >= 1.10
+extra-source-files:
+    CHANGELOG.md
+
+custom-setup
+  setup-depends:
+    base, Cabal, cabal-doctest >=1.0.2 && <1.1
+
+source-repository head
+  type: git
+  location: https://github.com/haskell-servant/servant-auth
+
+library
+  hs-source-dirs:
+      src
+  default-extensions: AutoDeriveTypeable 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.8 && < 4.12
+    , text
+    , servant-docs
+    , servant
+    , servant-auth == 0.3.*
+    , lens
+  exposed-modules:
+      Servant.Auth.Docs
+  default-language: Haskell2010
+
+test-suite doctests
+  type:                exitcode-stdio-1.0
+  main-is:             doctests.hs
+  build-depends:
+    base,
+    doctest >= 0.11.3 && <0.17,
+    servant-auth-docs,
+    QuickCheck >= 2.8 && <2.12,
+    template-haskell
+  ghc-options:         -Wall -threaded
+  hs-source-dirs:      test
+  default-language:    Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  hs-source-dirs:
+      test
+  default-extensions: AutoDeriveTypeable 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
+
+  -- dependencies with bounds inherited from the library stanza
+  build-depends:
+      base
+    , text
+    , servant-docs
+    , servant
+    , servant-auth
+    , lens
+
+  -- test dependencies
+  build-depends:
+      servant-auth-docs
+    , hspec > 2 && < 3
+    , QuickCheck >= 2.8 && < 2.12
+
+  default-language: Haskell2010
revision 2
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 1
+x-revision: 2
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.12
+      base >= 4.8 && < 4.13
     , text
     , servant-docs
     , servant
     base,
     doctest >= 0.11.3 && <0.17,
     servant-auth-docs,
-    QuickCheck >= 2.8 && <2.12,
+    QuickCheck >= 2.8 && <2.13,
     template-haskell
   ghc-options:         -Wall -threaded
   hs-source-dirs:      test
   build-depends:
       servant-auth-docs
     , hspec > 2 && < 3
-    , QuickCheck >= 2.8 && < 2.12
+    , QuickCheck >= 2.8 && < 2.13
 
   default-language: Haskell2010
revision 3
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 2
+x-revision: 3
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
     base,
     doctest >= 0.11.3 && <0.17,
     servant-auth-docs,
-    QuickCheck >= 2.8 && <2.13,
+    QuickCheck >= 2.8 && <2.14,
     template-haskell
   ghc-options:         -Wall -threaded
   hs-source-dirs:      test
   build-depends:
       servant-auth-docs
     , hspec > 2 && < 3
-    , QuickCheck >= 2.8 && < 2.13
+    , QuickCheck >= 2.8 && < 2.14
 
   default-language: Haskell2010
revision 4
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 3
+x-revision: 4
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.13
+      base >= 4.8 && < 4.14
     , text
     , servant-docs
     , servant
revision 5
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 4
+x-revision: 5
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.14
+      base >= 4.8 && < 4.15
     , text
     , servant-docs
     , servant
-    , servant-auth == 0.3.*
+    , servant-auth == 0.4.*
     , lens
   exposed-modules:
       Servant.Auth.Docs
     base,
     doctest >= 0.11.3 && <0.17,
     servant-auth-docs,
-    QuickCheck >= 2.8 && <2.14,
+    QuickCheck >= 2.8 && <2.15,
     template-haskell
   ghc-options:         -Wall -threaded
   hs-source-dirs:      test
   build-depends:
       servant-auth-docs
     , hspec > 2 && < 3
-    , QuickCheck >= 2.8 && < 2.14
+    , QuickCheck >= 2.8 && < 2.15
 
   default-language: Haskell2010
revision 6
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 5
+x-revision: 6
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.15
+      base >= 4.8 && < 4.16
     , text
     , servant-docs
     , servant
revision 7
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 6
+x-revision: 7
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.16
+      base >= 4.8 && < 4.15
     , text
     , servant-docs
     , servant
revision 8
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 7
+x-revision: 8
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   main-is:             doctests.hs
   build-depends:
     base,
-    doctest >= 0.11.3 && <0.17,
+    doctest >= 0.11.3 && <0.19,
     servant-auth-docs,
     QuickCheck >= 2.8 && <2.15,
     template-haskell
revision 9
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 8
+x-revision: 9
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.15
+      base >= 4.8 && < 4.16
     , text
-    , servant-docs
-    , servant
+    , servant-docs >= 0.11.2  && < 0.13
+    , servant      >= 0.13    && < 0.20
     , servant-auth == 0.4.*
     , lens
   exposed-modules:
revision 10
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 9
+x-revision: 10
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.16
+      base >= 4.8 && < 4.17
     , text
     , servant-docs >= 0.11.2  && < 0.13
     , servant      >= 0.13    && < 0.20
revision 11
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 10
+x-revision: 11
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.17
+      base >= 4.8 && < 4.18
     , text
     , servant-docs >= 0.11.2  && < 0.13
     , servant      >= 0.13    && < 0.20
   main-is:             doctests.hs
   build-depends:
     base,
-    doctest >= 0.11.3 && <0.19,
+    doctest >= 0.11.3 && <0.21,
     servant-auth-docs,
     QuickCheck >= 2.8 && <2.15,
     template-haskell
revision 12
 name:           servant-auth-docs
 version:        0.2.10.0
-x-revision: 11
+x-revision: 12
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
   default-extensions: AutoDeriveTypeable 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.8 && < 4.18
+      base >= 4.8 && < 4.19
     , text
     , servant-docs >= 0.11.2  && < 0.13
     , servant      >= 0.13    && < 0.20
   main-is:             doctests.hs
   build-depends:
     base,
-    doctest >= 0.11.3 && <0.21,
+    doctest >= 0.11.3 && <0.22,
     servant-auth-docs,
     QuickCheck >= 2.8 && <2.15,
     template-haskell