From c0fe8e827d5ec71141700f5d5a90a6f6616ecbc5 Mon Sep 17 00:00:00 2001 From: all-cabal-tool Date: Fri, 12 Feb 2021 08:24:35 +0000 Subject: [PATCH] Update from Hackage at 2021-02-12T08:19:51Z --- haskoin-store/0.42.2/haskoin-store.cabal | 192 +++++++++++++++++++++++ haskoin-store/0.42.2/haskoin-store.json | 1 + 2 files changed, 193 insertions(+) create mode 100644 haskoin-store/0.42.2/haskoin-store.cabal create mode 100644 haskoin-store/0.42.2/haskoin-store.json diff --git a/haskoin-store/0.42.2/haskoin-store.cabal b/haskoin-store/0.42.2/haskoin-store.cabal new file mode 100644 index 00000000000..fac2db3fb9b --- /dev/null +++ b/haskoin-store/0.42.2/haskoin-store.cabal @@ -0,0 +1,192 @@ +cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.33.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 435398768b5a020a3d43e48976963d9a5e09109a2db2a74a097b4620f7e2c6ca + +name: haskoin-store +version: 0.42.2 +synopsis: Storage and index for Bitcoin and Bitcoin Cash +description: Please see the README on GitHub at +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: jprupp@protonmail.ch +license: MIT +license-file: LICENSE +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 + Haskoin.Store.BlockStore + Haskoin.Store.Cache + Haskoin.Store.Common + Haskoin.Store.Database.Reader + Haskoin.Store.Database.Types + Haskoin.Store.Database.Writer + Haskoin.Store.Logic + Haskoin.Store.Manager + Haskoin.Store.Stats + Haskoin.Store.Web + other-modules: + Paths_haskoin_store + hs-source-dirs: + src + build-depends: + aeson >=1.4.7.1 + , aeson-pretty >=0.8.8 + , base >=4.9 && <5 + , bytestring >=0.10.10.0 + , cereal >=0.5.8.1 + , conduit >=1.3.2 + , containers >=0.6.2.1 + , data-default >=0.7.1.1 + , deepseq >=1.4.4.0 + , ekg-core >=0.1.1.7 + , ekg-statsd >=0.2.5 + , foldl >=1.4.10 + , hashable >=1.3.0.0 + , haskoin-core >=0.19.0 + , haskoin-node >=0.17.0 + , haskoin-store-data ==0.42.1 + , hedis >=0.12.13 + , http-types >=0.12.3 + , lens >=4.18.1 + , monad-control >=1.0.2.3 + , monad-logger >=0.3.32 + , mtl >=2.2.2 + , network >=3.1.1.1 + , nqe >=0.6.1 + , random >=1.1 + , rocksdb-haskell-jprupp >=2.1.3 + , rocksdb-query >=0.4.0 + , scotty >=0.11.5 + , stm >=2.5.0.0 + , string-conversions >=0.4.0.1 + , text >=1.2.3.0 + , time >=1.9.3 + , transformers >=0.5.6.2 + , unliftio >=0.2.12.1 + , unordered-containers >=0.2.10.0 + , wai >=3.2.2.1 + , warp >=3.3.10 + , wreq >=0.5.3.2 + 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 >=1.4.7.1 + , aeson-pretty >=0.8.8 + , base >=4.9 && <5 + , bytestring >=0.10.10.0 + , cereal >=0.5.8.1 + , conduit >=1.3.2 + , containers >=0.6.2.1 + , data-default >=0.7.1.1 + , deepseq >=1.4.4.0 + , ekg-core >=0.1.1.7 + , ekg-statsd >=0.2.5 + , filepath + , foldl >=1.4.10 + , hashable >=1.3.0.0 + , haskoin-core >=0.19.0 + , haskoin-node >=0.17.0 + , haskoin-store + , haskoin-store-data ==0.42.1 + , hedis >=0.12.13 + , http-types >=0.12.3 + , lens >=4.18.1 + , monad-control >=1.0.2.3 + , monad-logger >=0.3.32 + , mtl >=2.2.2 + , network >=3.1.1.1 + , nqe >=0.6.1 + , optparse-applicative + , random >=1.1 + , rocksdb-haskell-jprupp >=2.1.3 + , rocksdb-query >=0.4.0 + , scotty >=0.11.5 + , stm >=2.5.0.0 + , string-conversions >=0.4.0.1 + , text >=1.2.3.0 + , time >=1.9.3 + , transformers >=0.5.6.2 + , unliftio >=0.2.12.1 + , unordered-containers >=0.2.10.0 + , wai >=3.2.2.1 + , warp >=3.3.10 + , wreq >=0.5.3.2 + default-language: Haskell2010 + +test-suite haskoin-store-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Haskoin.Store.CacheSpec + Haskoin.StoreSpec + Paths_haskoin_store + hs-source-dirs: + test + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: + QuickCheck >=2.13.2 + , aeson >=1.4.7.1 + , aeson-pretty >=0.8.8 + , base >=4.9 && <5 + , base64 >=0.4.1 + , bytestring >=0.10.10.0 + , cereal >=0.5.8.1 + , conduit >=1.3.2 + , containers >=0.6.2.1 + , data-default >=0.7.1.1 + , deepseq >=1.4.4.0 + , ekg-core >=0.1.1.7 + , ekg-statsd >=0.2.5 + , foldl >=1.4.10 + , hashable >=1.3.0.0 + , haskoin-core >=0.19.0 + , haskoin-node >=0.17.0 + , haskoin-store + , haskoin-store-data ==0.42.1 + , hedis >=0.12.13 + , hspec >=2.7.1 + , http-types >=0.12.3 + , lens >=4.18.1 + , monad-control >=1.0.2.3 + , monad-logger >=0.3.32 + , mtl >=2.2.2 + , network >=3.1.1.1 + , nqe >=0.6.1 + , random >=1.1 + , rocksdb-haskell-jprupp >=2.1.3 + , rocksdb-query >=0.4.0 + , scotty >=0.11.5 + , stm >=2.5.0.0 + , string-conversions >=0.4.0.1 + , text >=1.2.3.0 + , time >=1.9.3 + , transformers >=0.5.6.2 + , unliftio >=0.2.12.1 + , unordered-containers >=0.2.10.0 + , wai >=3.2.2.1 + , warp >=3.3.10 + , wreq >=0.5.3.2 + default-language: Haskell2010 + build-tool-depends: hspec-discover:hspec-discover diff --git a/haskoin-store/0.42.2/haskoin-store.json b/haskoin-store/0.42.2/haskoin-store.json new file mode 100644 index 00000000000..a61ec2ef07a --- /dev/null +++ b/haskoin-store/0.42.2/haskoin-store.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"aa5ba71ab8b8ba7d0957400a476179d8","Skein512_512":"93064b5aaa1b6fff2d8fc53c8951fd4645827a782e23d48cc438fe4f6a2522718b9187b2158c00b0af1a44a36f8c2f2607787675d9b76a980a2eee1a4a05afdc","SHA1":"8ed2cb84f7f2e4931defd82ea9d69b812be56e68","SHA512":"0603e4ae6d40551c8172913ae72143deeab05f3cbf95678e0e8d1d2a490cbb8a0b8a54312e66b95a745dff7ebdc36f99a5680837f7b6cb51bc8e71e0324456d6","SHA256":"a03eb0957d9fbfc8a77d8fa4837fce4373b49a3689bdcc965a723606ead0be0f"},"package-locations":["https://hackage.haskell.org/package/haskoin-store-0.42.2/haskoin-store-0.42.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/haskoin-store-0.42.2.tar.gz"],"package-size":72222} \ No newline at end of file