cabal-version: 2.4 name: servant-jsonrpc-client version: 1.0.0 author: Ian Shipman maintainer: Ian Shipman 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/GambolingPangolin/servant-jsonrpc license: ISC category: Web build-type: Simple extra-source-files: changelog.md source-repository head type: git location: https://github.com/GambolingPangolin/servant-jsonrpc.git library default-language: Haskell2010 hs-source-dirs: src exposed-modules: Servant.Client.JsonRpc build-depends: aeson >= 1.3 && < 1.5 , base >= 4.11 && < 4.13 , servant >= 0.14 && < 0.17 , servant-client-core >= 0.14 && < 0.17 , servant-jsonrpc >= 1.0 && < 1.1