cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 1805692927b5d8cf72892a1cf66efcd49daa3d660596d04a38013452643c9fb2 name: api-rpc-accumulate version: 0.1.0.0 synopsis: JSON-RPC API client for Accumulate blockchain description: JSON-RPC API client for Accumulate blockchain. Contains basic models and api calls. category: Web homepage: https://github.com/kelecorix/accumulate-haskell-client#readme bug-reports: https://github.com/kelecorix/accumulate-haskell-client/issues author: Sergey Bushnyak maintainer: sergey.bushnyak@sigrlami.eu copyright: Copyright: (c) 2021-2022 Sergey Bushnyak, Kelecorix, Inc license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/kelecorix/accumulate-haskell-client library exposed-modules: Accumulate.RPC.Api Accumulate.RPC.Types other-modules: Accumulate.RPC.JsonRpc Accumulate.RPC.Types.ApiDataMetricsResponse Accumulate.RPC.Types.ApiDataResponse Accumulate.RPC.Types.ApiDataVersionResponse Paths_api_rpc_accumulate hs-source-dirs: src build-depends: aeson , aeson-casing , base >=4.7 && <5 , bytestring , http-client , http-client-tls , http-conduit , json-alt , network , remote-json , remote-json-client , remote-monad , text , time , transformers , unordered-containers default-language: Haskell2010 executable acme-app main-is: Main.hs other-modules: Paths_api_rpc_accumulate hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , api-rpc-accumulate , base , bytestring , http-client , http-conduit , stm , text , time default-language: Haskell2010 test-suite acme-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_api_rpc_accumulate hs-source-dirs: tests ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: api-rpc-accumulate , base , bytestring default-language: Haskell2010