packages feed

haskoin-node-0.9.20: haskoin-node.cabal

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: 3105ca1d000db59e33f68ffd6a2ed2990da90f79557b1a3f38798d486912a3b9

name:           haskoin-node
version:        0.9.20
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