packages feed

Cabal revisions of servant-auth-docs-0.2.7.0

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.15.0.------ see: https://github.com/sol/hpack--name:           servant-auth-docs-version:        0.2.7.0-synopsis:       servant-docs/servant-auth compatibility-description:    Please see README.md-category:       Web, Servant, Authentication-homepage:       http://github.com/plow-technologies/servant-auth#readme-bug-reports:    https://github.com/plow-technologies/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.2, GHC == 8.0.1-build-type:     Simple-cabal-version:  >= 1.10--extra-source-files:-    package.yaml--source-repository head-  type: git-  location: https://github.com/plow-technologies/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.7 && < 4.10-    , text-    , servant-docs-    , servant-    , servant-auth == 0.2.*-    , lens-  exposed-modules:-      Servant.Auth.Docs-  default-language: Haskell2010--test-suite doctest-  type: exitcode-stdio-1.0-  main-is: Doctest.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-depends:-      base >= 4.7 && < 4.10-    , text-    , servant-docs-    , servant-    , servant-auth == 0.2.*-    , lens-    , doctest >= 0.9 && < 0.12-    , Glob >= 0.7 && < 0.8-    , yaml == 0.8.*-  other-modules:-      Spec-  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-depends:-      base >= 4.7 && < 4.10-    , text-    , servant-docs-    , servant-    , servant-auth == 0.2.*-    , lens-    , servant-auth-docs-    , hspec > 2 && < 3-    , QuickCheck >= 2.8 && < 2.10-  other-modules:-      Doctest-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.15.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           servant-auth-docs
+version:        0.2.7.0
+x-revision: 1
+synopsis:       servant-docs/servant-auth compatibility
+description:    Please see README.md
+category:       Web, Servant, Authentication
+homepage:       http://github.com/plow-technologies/servant-auth#readme
+bug-reports:    https://github.com/plow-technologies/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.2, GHC == 8.0.1
+build-type:     Simple
+cabal-version:  >= 1.10
+
+extra-source-files:
+    package.yaml
+
+source-repository head
+  type: git
+  location: https://github.com/plow-technologies/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.11
+    , text
+    , servant-docs
+    , servant
+    , servant-auth >= 0.2 && <0.4
+    , lens
+  exposed-modules:
+      Servant.Auth.Docs
+  default-language: Haskell2010
+
+test-suite doctest
+  type: exitcode-stdio-1.0
+  main-is: Doctest.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-depends:
+      base
+    , text
+    , servant-docs
+    , servant
+    , servant-auth >= 0.2 && <0.4
+    , lens
+    , doctest >= 0.9 && < 0.12
+    , Glob >= 0.7 && < 0.8
+    , yaml == 0.8.*
+  other-modules:
+      Spec
+  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-depends:
+      base
+    , text
+    , servant-docs
+    , servant
+    , servant-auth
+    , lens
+    , servant-auth-docs
+    , hspec > 2 && < 3
+    , QuickCheck >= 2.8 && < 2.10
+  other-modules:
+      Doctest
+  default-language: Haskell2010
revision 2
--- This file has been generated from package.yaml by hpack version 0.15.0.
---
--- see: https://github.com/sol/hpack
-
-name:           servant-auth-docs
-version:        0.2.7.0
-x-revision: 1
-synopsis:       servant-docs/servant-auth compatibility
-description:    Please see README.md
-category:       Web, Servant, Authentication
-homepage:       http://github.com/plow-technologies/servant-auth#readme
-bug-reports:    https://github.com/plow-technologies/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.2, GHC == 8.0.1
-build-type:     Simple
-cabal-version:  >= 1.10
-
-extra-source-files:
-    package.yaml
-
-source-repository head
-  type: git
-  location: https://github.com/plow-technologies/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.11
-    , text
-    , servant-docs
-    , servant
-    , servant-auth >= 0.2 && <0.4
-    , lens
-  exposed-modules:
-      Servant.Auth.Docs
-  default-language: Haskell2010
-
-test-suite doctest
-  type: exitcode-stdio-1.0
-  main-is: Doctest.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-depends:
-      base
-    , text
-    , servant-docs
-    , servant
-    , servant-auth >= 0.2 && <0.4
-    , lens
-    , doctest >= 0.9 && < 0.12
-    , Glob >= 0.7 && < 0.8
-    , yaml == 0.8.*
-  other-modules:
-      Spec
-  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-depends:
-      base
-    , text
-    , servant-docs
-    , servant
-    , servant-auth
-    , lens
-    , servant-auth-docs
-    , hspec > 2 && < 3
-    , QuickCheck >= 2.8 && < 2.10
-  other-modules:
-      Doctest
-  default-language: Haskell2010
+-- This file has been generated from package.yaml by hpack version 0.15.0.+--+-- see: https://github.com/sol/hpack++name:           servant-auth-docs+version:        0.2.7.0+x-revision:     2+synopsis:       servant-docs/servant-auth compatibility+description:    Please see README.md+category:       Web, Servant, Authentication+homepage:       http://github.com/plow-technologies/servant-auth#readme+bug-reports:    https://github.com/plow-technologies/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.2, GHC == 8.0.1+build-type:     Simple+cabal-version:  >= 1.10++extra-source-files:+    package.yaml++source-repository head+  type: git+  location: https://github.com/plow-technologies/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.11+    , text+    , servant-docs+    , servant+    , servant-auth >= 0.2 && <0.4+    , lens+  exposed-modules:+      Servant.Auth.Docs+  default-language: Haskell2010++test-suite doctest+  type: exitcode-stdio-1.0+  main-is: Doctest.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-depends:+      base+    , text+    , servant-docs+    , servant+    , servant-auth+    , lens+    , doctest >= 0.9 && < 0.14+    , Glob >= 0.7 && < 0.10+    , yaml == 0.8.*+  other-modules:+      Spec+  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-depends:+      base+    , text+    , servant-docs+    , servant+    , servant-auth+    , lens+    , servant-auth-docs+    , hspec > 2 && < 3+    , QuickCheck >= 2.8 && < 2.11+  other-modules:+      Doctest+  default-language: Haskell2010