cabal-version: 2.4 name: servant-jsonrpc-server version: 2.1.2 author: Ian Shipman maintainer: Ian Shipman synopsis: JSON-RPC servant servers description: Use this package to define a servant server which exposes JSON-RPC over HTTP endpoints. homepage: https://github.com/bitnomial/servant-jsonrpc license: BSD-3-Clause license-file: LICENSE copyright: Bitnomial, Inc. (c) 2020 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.Server.JsonRpc build-depends: aeson >= 1.3 && < 2.2 , base >= 4.11 && < 5.0 , containers >= 0.5 && < 0.7 , servant >= 0.14 && < 0.20 , servant-jsonrpc >= 1.0.1 && < 1.2 , servant-server >= 0.14 && < 0.20