packages feed

Cabal revisions of servant-0.14.1

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

revision 1
 name:                servant version:             0.14.1+x-revision:          1+ synopsis:            A family of combinators for defining webservices APIs+category:            Servant, Web description:   A family of combinators for defining webservices APIs and serving them   .   You can learn about the basics in the <http://haskell-servant.readthedocs.org/en/stable/tutorial/index.html tutorial>.   .   <https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md CHANGELOG>+ homepage:            http://haskell-servant.readthedocs.org/ Bug-reports:         http://github.com/haskell-servant/servant/issues license:             BSD3 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:          Custom 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+ extra-source-files:   include/*.h   CHANGELOG.md   --   -- 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     , mtl                   >= 2.1      && < 2.3     , text                  >= 1.2.3.0  && < 1.3   build-depends:       aeson-compat         >= 0.3.7.1 && < 0.4     , hspec                >= 2.5.1   && < 2.6-    , QuickCheck           >= 2.11.3  && < 2.12+    , QuickCheck           >= 2.11.3  && < 2.13     , quickcheck-instances >= 0.3.18  && < 0.4    build-tool-depends: