Cabal revisions of servant-foreign-0.11.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-foreign version: 0.11.1+x-revision: 1 synopsis: Helpers for generating clients for servant APIs in any programming language description: Helper types and functions for generating client functions for servant APIs in any programming language -- 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.9.3 && <0.10+ base-compat >= 0.9.3 && <0.11 , lens >= 4.15.4 && <4.17 , http-types >= 0.12 && < 0.13
revision 2
name: servant-foreign version: 0.11.1-x-revision: 1+x-revision: 2 synopsis: Helpers for generating clients for servant APIs in any programming language description: Helper types and functions for generating client functions for servant APIs in any programming language README.md bug-reports: http://github.com/haskell-servant/servant/issues 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 source-repository head type: git -- 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 3
name: servant-foreign version: 0.11.1-x-revision: 2+x-revision: 3 synopsis: Helpers for generating clients for servant APIs in any programming language description: Helper types and functions for generating client functions for servant APIs in any programming language -- Here can be exceptions if we really need features from the newer versions. build-depends: base-compat >= 0.9.3 && <0.11- , lens >= 4.15.4 && <4.17+ , lens >= 4.15.4 && <4.18 , http-types >= 0.12 && < 0.13 hs-source-dirs: src
revision 4
name: servant-foreign version: 0.11.1-x-revision: 3+x-revision: 4+ synopsis: Helpers for generating clients for servant APIs in any programming language+category: Servant, Web description: Helper types and functions for generating client functions for servant APIs in any programming language . See the servant-js package for an example . <https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md CHANGELOG>+ license: BSD3 license-file: LICENSE author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com copyright: 2015-2016 Servant Contributors-category: Servant, Web build-type: Simple cabal-version: >=1.10 extra-source-files: GHC==7.10.3 GHC==8.0.2 GHC==8.2.2- GHC==8.4.3+ GHC==8.4.4+ GHC==8.6.1 source-repository head type: git -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends:- base >= 4.7 && <4.12+ base >= 4.7 && <4.13 , text >= 1.2.3.0 && < 1.3 if !impl(ghc >= 8.0)