Cabal revisions of servant-jsonrpc-client-1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4--name: servant-jsonrpc-client-version: 1.1.0-author: Ian Shipman <ics@gambolingpangolin.com>-maintainer: Ian Shipman <ics@gambolingpangolin.com>--synopsis: Generate JSON-RPC servant clients-description:- Use this package to generate servant client functions that interact with a- remote server via JSON-RPC over HTTP.--homepage: https://github.com/bitnomial/servant-jsonrpc-license: BSD-3-Clause-license-file: LICENSE-category: Web-build-type: Simple--extra-source-files: changelog.md--source-repository head- type: git- location: https://github.com/bitnomial/servant-jsonrpc.git--library- default-language: Haskell2010- hs-source-dirs: src-- exposed-modules:- Servant.Client.JsonRpc-- build-depends:- aeson >= 1.3 && < 1.6- , base >= 4.11 && < 5.0- , servant >= 0.14 && < 0.19- , servant-client-core >= 0.14 && < 0.19- , servant-jsonrpc >= 1.0.1 && < 1.2+cabal-version: 2.4 + +name: servant-jsonrpc-client +version: 1.1.0 +x-revision: 1 +author: Ian Shipman <ics@gambolingpangolin.com> +maintainer: Ian Shipman <ics@gambolingpangolin.com> + +synopsis: Generate JSON-RPC servant clients +description: + Use this package to generate servant client functions that interact with a + remote server via JSON-RPC over HTTP. + +homepage: https://github.com/bitnomial/servant-jsonrpc +license: BSD-3-Clause +license-file: LICENSE +category: Web +build-type: Simple + +extra-source-files: changelog.md + +source-repository head + type: git + location: https://github.com/bitnomial/servant-jsonrpc.git + +library + default-language: Haskell2010 + hs-source-dirs: src + + exposed-modules: + Servant.Client.JsonRpc + + build-depends: + aeson >= 1.3 && < 2.1 + , base >= 4.11 && < 5.0 + , servant >= 0.14 && < 0.20 + , servant-client-core >= 0.14 && < 0.20 + , servant-jsonrpc >= 1.0.1 && < 1.2
revision 2
name: servant-jsonrpc-client version: 1.1.0 -x-revision: 1 +x-revision: 2 author: Ian Shipman <ics@gambolingpangolin.com> maintainer: Ian Shipman <ics@gambolingpangolin.com> Servant.Client.JsonRpc build-depends: - aeson >= 1.3 && < 2.1 + aeson >= 1.3 && < 2.2 , base >= 4.11 && < 5.0 , servant >= 0.14 && < 0.20 , servant-client-core >= 0.14 && < 0.20