haskoin-store-0.12.0: haskoin-store.cabal
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: 9923b389f9afccabf5cc2595a6ee0819f38f58e28acd03cb0f13910684c06606
name: haskoin-store
version: 0.12.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.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.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
, monad-logger
, mtl
, network
, nqe
, protocol-buffers
, protocol-buffers-descriptor
, random
, rocksdb-haskell
, rocksdb-query
, 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
, binary
, bytestring
, cereal
, conduit
, data-default
, directory
, filepath
, haskoin-core
, haskoin-node
, haskoin-store
, http-types
, monad-logger
, nqe
, optparse-applicative
, protocol-buffers
, protocol-buffers-descriptor
, rocksdb-haskell
, scotty
, string-conversions
, text
, 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:
base >=4.9 && <5
, data-default
, haskoin-core
, haskoin-node
, haskoin-store
, hspec
, monad-logger
, mtl
, nqe
, protocol-buffers
, protocol-buffers-descriptor
, rocksdb-haskell
, transformers
, unliftio
, unordered-containers
default-language: Haskell2010