packages feed

Cabal revisions of servant-foreign-0.15

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

revision 1
 cabal-version:       >=1.10 name:                servant-foreign version:             0.15+x-revision:          1  synopsis:            Helpers for generating clients for servant APIs in any programming language category:            Servant, Web license-file:        LICENSE author:              Servant Contributors maintainer:          haskell-servant-maintainers@googlegroups.com-copyright:           2015-2018 Servant Contributors+copyright:           2015-2019 Servant Contributors build-type:          Simple tested-with:   GHC ==8.0.2    || ==8.2.2    || ==8.4.4-   || ==8.6.2+   || ==8.6.3  extra-source-files:   CHANGELOG.md    -- Servant dependencies   build-depends:-      servant            == 0.15.*+      servant            >=0.15 && <0.17    -- 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.    -- Additonal dependencies   build-depends:-    hspec >= 2.6.0 && <2.7+    hspec >= 2.6.0 && <2.8    build-tool-depends:-    hspec-discover:hspec-discover >=2.6.0 && <2.7+    hspec-discover:hspec-discover >=2.6.0 && <2.8   default-language:  Haskell2010
revision 2
 cabal-version:       >=1.10 name:                servant-foreign version:             0.15-x-revision:          1+x-revision:          2  synopsis:            Helpers for generating clients for servant APIs in any programming language category:            Servant, Web   .   <https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md CHANGELOG> -homepage:            http://haskell-servant.readthedocs.org/+homepage:            http://docs.servant.dev/ bug-reports:         http://github.com/haskell-servant/servant/issues license:             BSD3 license-file:        LICENSE   GHC ==8.0.2    || ==8.2.2    || ==8.4.4-   || ==8.6.3+   || ==8.6.5+   || ==8.8.1  extra-source-files:   CHANGELOG.md   --   -- note: mtl lower bound is so low because of GHC-7.8   build-depends:-      base        >= 4.9     && < 4.13+      base        >= 4.9     && < 4.14     , text        >= 1.2.3.0 && < 1.3    -- Servant dependencies   -- 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:-      base-compat >= 0.10.5  && < 0.11-    , lens        >= 4.17    && < 4.18+      base-compat >= 0.10.5  && < 0.12+    , lens        >= 4.17    && < 4.19     , http-types  >= 0.12.2  && < 0.13    hs-source-dirs:      src