Skip to content

Commit

Permalink
Update from Hackage at 2020-06-19T20:15:55Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 19, 2020
1 parent 4b1f24a commit ab74bc3
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
89 changes: 89 additions & 0 deletions haskoin-store-data/0.32.2/haskoin-store-data.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
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: a7ce7279d6650fb72a7fc8a300636fc04c2d08c20afb809cdab40f3f7298621f

name: haskoin-store-data
version: 0.32.2
synopsis: Data for Haskoin Store
description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme>
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

source-repository head
type: git
location: https://github.com/haskoin/haskoin-store.git

library
exposed-modules:
Haskoin.Store.Data
Haskoin.Store.WebClient
Haskoin.Store.WebCommon
other-modules:
Paths_haskoin_store_data
hs-source-dirs:
src
build-depends:
aeson >=1.4.7.1
, base >=4.9 && <5
, bytestring >=0.10.10.0
, cereal >=0.5.8.1
, containers >=0.6.2.1
, data-default >=0.7.1.1
, deepseq >=1.4.4.0
, hashable >=1.3.0.0
, haskoin-core >=0.13.6
, http-client >=0.6.4.1
, http-types >=0.12.3
, lens >=4.18.1
, mtl >=2.2.2
, network >=3.1.1.1
, scotty >=0.11.5
, string-conversions >=0.4.0.1
, text >=1.2.4.0
, 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.DataSpec
Haskoin.Store.WebCommonSpec
Paths_haskoin_store_data
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck >=2.13.2
, aeson >=1.4.7.1
, base >=4.9 && <5
, bytestring >=0.10.10.0
, cereal >=0.5.8.1
, containers >=0.6.2.1
, data-default >=0.7.1.1
, deepseq >=1.4.4.0
, hashable >=1.3.0.0
, haskoin-core >=0.13.6
, haskoin-store-data ==0.32.2
, hspec >=2.7.1
, http-client >=0.6.4.1
, http-types >=0.12.3
, lens >=4.18.1
, mtl >=2.2.2
, network >=3.1.1.1
, scotty >=0.11.5
, string-conversions >=0.4.0.1
, text >=1.2.4.0
, wreq >=0.5.3.2
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
1 change: 1 addition & 0 deletions haskoin-store-data/0.32.2/haskoin-store-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9cb629028049220c52a3f3698c635fe9","Skein512_512":"f32f49527cfda2c3724296539ddf99223e5a9ad3c2a7943dd812dd28f458a3cca2a8e1a9bd249a270f24c82005c798012251f288b50ec8946cf9f51a73669253","SHA1":"0936fa3aece900b077078981c589518a0835dc66","SHA512":"47899b65e3cbb4ebcf3ef02e76a3142affc588e455fa91e9ec63b6bb17928b74cbe6ebfa5367ca5247e2accaab24dd2a40e1a611b4af7ee702c193bed7f39ea9","SHA256":"47360d6977b02eaf7b22bd33e5236c0d326d5f08ba9133f2e8573d3f5ffcb275"},"package-locations":["https://hackage.haskell.org/package/haskoin-store-data-0.32.2/haskoin-store-data-0.32.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/haskoin-store-data-0.32.2.tar.gz"],"package-size":19012}

0 comments on commit ab74bc3

Please sign in to comment.