Skip to content

Commit

Permalink
Update from Hackage at 2020-04-07T10:00:46Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 7, 2020
1 parent 69db589 commit 8c7fc4a
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
103 changes: 103 additions & 0 deletions haskoin-node/0.9.17/haskoin-node.cabal
@@ -0,0 +1,103 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8669769b56f62758da5356e662ad42d29c33cc14cc5463ffcd0b81166f56777f

name: haskoin-node
version: 0.9.17
synopsis: Haskoin Node P2P library for Bitcoin and Bitcoin Cash
description: Bitcoin and Bitcoin Cash peer-to-peer protocol library featuring headers-first synchronisation.
category: Bitcoin, Finance, Network
homepage: http://github.com/haskoin/haskoin#readme
bug-reports: http://github.com/haskoin/haskoin/issues
author: Jean-Pierre Rupp
maintainer: jprupp@protonmail.ch
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.git

library
exposed-modules:
Haskoin.Node
Network.Haskoin.Node.Chain
Network.Haskoin.Node.Common
Network.Haskoin.Node.Manager
Network.Haskoin.Node.Peer
other-modules:
Paths_haskoin_node
hs-source-dirs:
src
build-depends:
base >=4.9 && <5
, bytestring
, cereal
, conduit
, conduit-extra
, containers
, data-default
, hashable
, haskoin-core >=0.10.1
, monad-logger
, mtl
, network
, nqe
, random
, resourcet
, rocksdb-haskell
, rocksdb-query >=0.3.1
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Haskoin.NodeSpec
Paths_haskoin_node
hs-source-dirs:
test
build-depends:
HUnit
, base >=4.9 && <5
, bytestring
, cereal
, conduit
, conduit-extra
, containers
, data-default
, hashable
, haskoin-core >=0.10.1
, haskoin-node
, hspec
, monad-logger
, mtl
, network
, nqe
, random
, resourcet
, rocksdb-haskell
, rocksdb-query >=0.3.1
, safe
, string-conversions
, text
, time
, transformers
, unliftio
, unordered-containers
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
1 change: 1 addition & 0 deletions haskoin-node/0.9.17/haskoin-node.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"92a22d6143b0abbaf8222905beffcb82","Skein512_512":"3faa7b79b283c4eada90f146990b6270caabb5ef90071808c115403aded761f0d68382ebe98ac7979ec137c383b95f4014eb7d5ad0181c8cb35dcaf35cdfcbc2","SHA1":"65c477c3d296aa9a5197aafb8f07f0369b2c9155","SHA512":"44e33115f7aad2eec7d72aac049bf8390a0a12a497489e424aa796a4a16a3f287cf73b162dbb79ea18bde34af43e7f480ff375cf41723387131dcc86c973f6ab","SHA256":"fdc1427245dfa9da44b5a94c97854bce20171e01fe354e4d84a1fa1ca907ea69"},"package-locations":["https://hackage.haskell.org/package/haskoin-node-0.9.17/haskoin-node-0.9.17.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/haskoin-node-0.9.17.tar.gz"],"package-size":22276}

0 comments on commit 8c7fc4a

Please sign in to comment.