Skip to content

Commit

Permalink
Update from Hackage at 2019-10-07T12:26:43Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Oct 7, 2019
1 parent 99485d7 commit 9033c92
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 0 deletions.
165 changes: 165 additions & 0 deletions haskoin-store/0.18.0/haskoin-store.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
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: d74abcf656d9e3a1435569934046c4b9ad0b5ee8113bf6ec820f5553a7070ad7

name: haskoin-store
version: 0.18.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
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 >=0.3.0
, scotty
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
, vector
, wai
, warp
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 -O2
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 >=0.3.0
, scotty
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
, vector
, wai
, warp
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 -O2
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 >=0.3.0
, scotty
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
, vector
, wai
, warp
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
1 change: 1 addition & 0 deletions haskoin-store/0.18.0/haskoin-store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"cd907a29d902b464b99fc6b72fcc2c50","Skein512_512":"730f9630719e33a979bde3d3ccfac3b0d477797917e2b6abc2e45d9d58f6c9bc5bb20832d76c0a94add838b8ff87acb2feb2fc56f7d48f229d995449e472c175","SHA1":"00e709d6f1dc7b28dca86c4764b7bfa35518a2dd","SHA512":"d9776415625f4229c27ff15cf8c882f3e4614b68e2c35d362da02bfff6d7e18bd24e88c13e3a2827c22d8766b36cc5e876cab45e67b729a19fbe8bb279855a6a","SHA256":"21d54f87333fb99d3c896493f8acf74e4592d6e95668379a296aec40c50c98d9"},"package-locations":["https://hackage.haskell.org/package/haskoin-store-0.18.0/haskoin-store-0.18.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/haskoin-store-0.18.0.tar.gz"],"package-size":47851}

0 comments on commit 9033c92

Please sign in to comment.