packages feed

Cabal revisions of servant-docs-0.11.2

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

revision 1
 name:                servant-docs version:             0.11.2+x-revision:          1 synopsis:            generate API docs for your servant webservice description:   Library for generating API docs from a servant API definition. build-type:          Simple cabal-version:       >=1.10 tested-with:-  GHC==7.8.4-  GHC==7.10.3-  GHC==8.0.2-  GHC==8.2.2+  GHC==7.8.4,+  GHC==7.10.3,+  GHC==8.0.2,+  GHC==8.2.2,+  GHC==8.4.1 homepage:            http://haskell-servant.readthedocs.org/ Bug-reports:         http://github.com/haskell-servant/servant/issues extra-source-files:   --   -- note: mtl lower bound is so low because of GHC-7.8   build-depends:-      base       >= 4.7      && < 4.11+      base       >= 4.7      && < 4.12     , bytestring >= 0.10.4.0 && < 0.11     , text       >= 1.2.3.0  && < 1.3    -- Other dependencies: Lower bound around what is in the latest Stackage LTS.   -- Here can be exceptions if we really need features from the newer versions.   build-depends:-      aeson                >= 1.2.3.0  && < 1.3+      aeson                >= 1.2.3.0  && < 1.4     , aeson-pretty         >= 0.8.5    && < 0.9     , base-compat          >= 0.9.3    && < 0.10     , case-insensitive     >= 1.2.0.10 && < 1.3     , control-monad-omega  >= 0.3.1    && < 0.4     , hashable             >= 1.2.6.1  && < 1.3-    , http-media           >= 0.7.1.1  && < 0.8+    , http-media           >= 0.7.0    && < 0.8     , http-types           >= 0.12     && < 0.13     , lens                 >= 4.15.4   && < 4.17     , string-conversions   >= 0.4.0.1  && < 0.5    -- Additonal dependencies   build-depends:-      hspec                >= 2.4.4    && < 2.5+      hspec                >= 2.4.4    && < 2.6    build-tool-depends:-    hspec-discover:hspec-discover >=2.4.4 && <2.5+    hspec-discover:hspec-discover >=2.4.4 && <2.6
revision 2
 name:                servant-docs version:             0.11.2-x-revision:          1+x-revision:          2 synopsis:            generate API docs for your servant webservice description:   Library for generating API docs from a servant API definition.   build-depends:       aeson                >= 1.2.3.0  && < 1.4     , aeson-pretty         >= 0.8.5    && < 0.9-    , base-compat          >= 0.9.3    && < 0.10+    , base-compat          >= 0.9.3    && < 0.11     , case-insensitive     >= 1.2.0.10 && < 1.3     , control-monad-omega  >= 0.3.1    && < 0.4     , hashable             >= 1.2.6.1  && < 1.3
revision 3
 name:                servant-docs version:             0.11.2-x-revision:          2+x-revision:          3 synopsis:            generate API docs for your servant webservice description:   Library for generating API docs from a servant API definition.   -- Other dependencies: Lower bound around what is in the latest Stackage LTS.   -- Here can be exceptions if we really need features from the newer versions.   build-depends:-      aeson                >= 1.2.3.0  && < 1.4+      aeson                >= 1.2.3.0  && < 1.5     , aeson-pretty         >= 0.8.5    && < 0.9     , base-compat          >= 0.9.3    && < 0.11     , case-insensitive     >= 1.2.0.10 && < 1.3
revision 4
 name:                servant-docs version:             0.11.2-x-revision:          3+x-revision:          4 synopsis:            generate API docs for your servant webservice description:   Library for generating API docs from a servant API definition. build-type:          Simple cabal-version:       >=1.10 tested-with:-  GHC==7.8.4,-  GHC==7.10.3,-  GHC==8.0.2,-  GHC==8.2.2,-  GHC==8.4.1+  GHC==7.8.4+  GHC==7.10.3+  GHC==8.0.2+  GHC==8.2.2+  GHC==8.4.3 homepage:            http://haskell-servant.readthedocs.org/ Bug-reports:         http://github.com/haskell-servant/servant/issues extra-source-files:    -- Servant dependencies   build-depends:-      servant            == 0.13.*+      servant            == 0.13.* || ==0.14.*    -- Other dependencies: Lower bound around what is in the latest Stackage LTS.   -- Here can be exceptions if we really need features from the newer versions.
revision 5
 name:                servant-docs version:             0.11.2-x-revision:          4+x-revision:          5 synopsis:            generate API docs for your servant webservice description:   Library for generating API docs from a servant API definition.     , hashable             >= 1.2.6.1  && < 1.3     , http-media           >= 0.7.0    && < 0.8     , http-types           >= 0.12     && < 0.13-    , lens                 >= 4.15.4   && < 4.17+    , lens                 >= 4.15.4   && < 4.18     , string-conversions   >= 0.4.0.1  && < 0.5     , unordered-containers >= 0.2.8.0  && < 0.3 
revision 6
 name:                servant-docs version:             0.11.2-x-revision:          5+x-revision:          6+ synopsis:            generate API docs for your servant webservice+category:            Servant, Web description:   Library for generating API docs from a servant API definition.   .   Runnable example <https://github.com/haskell-servant/servant/blob/master/servant-docs/example/greet.hs here>.   .   <https://github.com/haskell-servant/servant/blob/master/servant-docs/CHANGELOG.md CHANGELOG>+ license:             BSD3 license-file:        LICENSE author:              Servant Contributors maintainer:          haskell-servant-maintainers@googlegroups.com copyright:           2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors-category:            Servant, Web build-type:          Simple cabal-version:       >=1.10 tested-with:   GHC==7.10.3   GHC==8.0.2   GHC==8.2.2-  GHC==8.4.3+  GHC==8.4.4+  GHC==8.6.1+ homepage:            http://haskell-servant.readthedocs.org/ Bug-reports:         http://github.com/haskell-servant/servant/issues extra-source-files:   --   -- note: mtl lower bound is so low because of GHC-7.8   build-depends:-      base       >= 4.7      && < 4.12+      base       >= 4.7      && < 4.13     , bytestring >= 0.10.4.0 && < 0.11     , text       >= 1.2.3.0  && < 1.3