packages feed

servant-auth-docs 0.2.8.0 → 0.2.9.0

raw patch · 1 files changed

+13/−8 lines, 1 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

servant-auth-docs.cabal view
@@ -1,16 +1,21 @@ name:           servant-auth-docs-version:        0.2.8.0+version:        0.2.9.0 synopsis:       servant-docs/servant-auth compatibility-description:    Please see README.md+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/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:     Custom cabal-version:  >= 1.10 @@ -20,7 +25,7 @@  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:@@ -45,7 +50,7 @@     base,     doctest >= 0.11.3 && <0.14,     servant-auth-docs,-    QuickCheck >= 2.8 && <2.11,+    QuickCheck >= 2.8 && <2.12,     template-haskell   ghc-options:         -Wall -threaded   hs-source-dirs:      test@@ -73,6 +78,6 @@   build-depends:       servant-auth-docs     , hspec > 2 && < 3-    , QuickCheck >= 2.8 && < 2.11+    , QuickCheck >= 2.8 && < 2.12    default-language: Haskell2010