Skip to content

Commit

Permalink
Update from Hackage at 2019-08-14T17:32:04Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 14, 2019
1 parent 14c2915 commit 500fd5d
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 0 deletions.
159 changes: 159 additions & 0 deletions haskoin-store/0.17.1/haskoin-store.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 606922c9587a5c632a26585ce6c4e65dfbb82928fd1aad63ace29554f1aa2651

name: haskoin-store
version: 0.17.1
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
Paths_haskoin_store
other-modules:
Network.Haskoin.Store.Block
Network.Haskoin.Store.Data
Network.Haskoin.Store.Data.Cached
Network.Haskoin.Store.Data.ImportDB
Network.Haskoin.Store.Data.KeyValue
Network.Haskoin.Store.Data.Memory
Network.Haskoin.Store.Data.RocksDB
Network.Haskoin.Store.Logic
Network.Haskoin.Store.Messages
Network.Haskoin.Store.Web
autogen-modules:
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
, random
, resourcet
, rocksdb-haskell
, rocksdb-query
, scotty
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
, wai
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
, filepath
, hashable
, haskoin-core
, haskoin-node
, haskoin-store
, http-types
, monad-logger
, mtl
, network
, nqe
, optparse-applicative
, random
, resourcet
, rocksdb-haskell
, rocksdb-query
, scotty
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
, wai
default-language: Haskell2010

test-suite haskoin-store-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Haskoin.StoreSpec
Network.Haskoin.Store.DataSpec
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
, random
, resourcet
, rocksdb-haskell
, rocksdb-query
, scotty
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
, wai
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
1 change: 1 addition & 0 deletions haskoin-store/0.17.1/haskoin-store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f889baf39f5fc8a47487205b978abde7","Skein512_512":"bf7571622f8ecf0a4ab22795c90234d09687e486f2079960ce71f4dc9383ed6c9aa4c1242c930258a5fa730a261f7baaceec3c13be8fcca34929bc9521d009f2","SHA1":"a72ae6472da97b989ce3bebccd33efa5bdbe306c","SHA512":"31aea68ffd1651de9e532cfd406fc05dc0fb5195a9dbefda0e0417cae0470b8475e1411ea3476f5bbf9cbf081044c8f6ded28992c4e44f33649c57b9ec1d1ee1","SHA256":"e4303628da0966b07600e92ed87aa62c1ae8e724a5e04a479f73f6237ce77fa7"},"package-locations":["https://hackage.haskell.org/package/haskoin-store-0.17.1/haskoin-store-0.17.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/haskoin-store-0.17.1.tar.gz"],"package-size":46402}

0 comments on commit 500fd5d

Please sign in to comment.