cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 9d0d8adb21100d7684b1be65ec7f2d523adacac3ae54fd8de862bf887a7070fd name: haskoin-store version: 0.13.0 synopsis: Storage and index for Bitcoin and Bitcoin Cash description: Store blocks, transactions, and balances for Bitcoin or Bitcoin Cash, and make that information via REST API. category: Bitcoin, Finance, Network homepage: http://github.com/haskoin/haskoin-store#readme bug-reports: http://github.com/haskoin/haskoin-store/issues author: Jean-Pierre Rupp maintainer: xenog@protonmail.com license: PublicDomain license-file: UNLICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/haskoin/haskoin-store.git library exposed-modules: Haskoin.Store other-modules: Network.Haskoin.Store.Block Network.Haskoin.Store.Data Network.Haskoin.Store.Data.HashMap Network.Haskoin.Store.Data.ImportDB Network.Haskoin.Store.Data.KeyValue Network.Haskoin.Store.Data.RocksDB Network.Haskoin.Store.Logic Network.Haskoin.Store.Messages Network.Haskoin.Store.Proto Network.Haskoin.Store.ProtocolBuffers Network.Haskoin.Store.ProtocolBuffers.Balance Network.Haskoin.Store.ProtocolBuffers.BalanceList Network.Haskoin.Store.ProtocolBuffers.BlockData Network.Haskoin.Store.ProtocolBuffers.BlockDataList Network.Haskoin.Store.ProtocolBuffers.BlockRef Network.Haskoin.Store.ProtocolBuffers.BlockRef.Block Network.Haskoin.Store.ProtocolBuffers.BlockRef.Block_ref Network.Haskoin.Store.ProtocolBuffers.BlockRef.Mempool Network.Haskoin.Store.ProtocolBuffers.BlockTx Network.Haskoin.Store.ProtocolBuffers.BlockTxList Network.Haskoin.Store.ProtocolBuffers.Error Network.Haskoin.Store.ProtocolBuffers.Event Network.Haskoin.Store.ProtocolBuffers.Event.Type Network.Haskoin.Store.ProtocolBuffers.EventList Network.Haskoin.Store.ProtocolBuffers.HealthCheck Network.Haskoin.Store.ProtocolBuffers.Input Network.Haskoin.Store.ProtocolBuffers.Output Network.Haskoin.Store.ProtocolBuffers.Peer Network.Haskoin.Store.ProtocolBuffers.PeerList Network.Haskoin.Store.ProtocolBuffers.Spender Network.Haskoin.Store.ProtocolBuffers.Transaction Network.Haskoin.Store.ProtocolBuffers.TransactionList Network.Haskoin.Store.ProtocolBuffers.TxAfterHeight Network.Haskoin.Store.ProtocolBuffers.TxId Network.Haskoin.Store.ProtocolBuffers.TxIdList Network.Haskoin.Store.ProtocolBuffers.Unspent Network.Haskoin.Store.ProtocolBuffers.UnspentList Network.Haskoin.Store.ProtocolBuffers.XPubBalance Network.Haskoin.Store.ProtocolBuffers.XPubBalanceList Network.Haskoin.Store.ProtocolBuffers.XPubUnspent Network.Haskoin.Store.ProtocolBuffers.XPubUnspentList Paths_haskoin_store hs-source-dirs: src build-depends: aeson , base >=4.9 && <5 , bytestring , cereal , conduit , containers , data-default , hashable , haskoin-core , haskoin-node , http-types , monad-logger , mtl , network , nqe , protocol-buffers , protocol-buffers-descriptor , random , rocksdb-haskell , rocksdb-query , scotty , string-conversions , text , time , transformers , unliftio , unordered-containers default-language: Haskell2010 executable haskoin-store main-is: Main.hs other-modules: Paths_haskoin_store hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.9 && <5 , bytestring , cereal , conduit , containers , data-default , directory , filepath , hashable , haskoin-core , haskoin-node , haskoin-store , http-types , monad-logger , mtl , network , nqe , optparse-applicative , protocol-buffers , protocol-buffers-descriptor , random , rocksdb-haskell , rocksdb-query , scotty , string-conversions , text , time , transformers , unliftio , unordered-containers default-language: Haskell2010 test-suite haskoin-store-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_haskoin_store hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.9 && <5 , bytestring , cereal , conduit , containers , data-default , hashable , haskoin-core , haskoin-node , haskoin-store , hspec , http-types , monad-logger , mtl , network , nqe , protocol-buffers , protocol-buffers-descriptor , random , rocksdb-haskell , rocksdb-query , scotty , string-conversions , text , time , transformers , unliftio , unordered-containers default-language: Haskell2010