From 500fd5df8a99ca88d71c08c267a00fb12148c794 Mon Sep 17 00:00:00 2001 From: all-cabal-tool Date: Wed, 14 Aug 2019 17:36:16 +0000 Subject: [PATCH] Update from Hackage at 2019-08-14T17:32:04Z --- haskoin-store/0.17.1/haskoin-store.cabal | 159 +++++++++++++++++++++++ haskoin-store/0.17.1/haskoin-store.json | 1 + 2 files changed, 160 insertions(+) create mode 100644 haskoin-store/0.17.1/haskoin-store.cabal create mode 100644 haskoin-store/0.17.1/haskoin-store.json diff --git a/haskoin-store/0.17.1/haskoin-store.cabal b/haskoin-store/0.17.1/haskoin-store.cabal new file mode 100644 index 00000000000..f9d710dc417 --- /dev/null +++ b/haskoin-store/0.17.1/haskoin-store.cabal @@ -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 diff --git a/haskoin-store/0.17.1/haskoin-store.json b/haskoin-store/0.17.1/haskoin-store.json new file mode 100644 index 00000000000..0adf70c7663 --- /dev/null +++ b/haskoin-store/0.17.1/haskoin-store.json @@ -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} \ No newline at end of file