packages feed

haskoin-node-1.0.1: haskoin-node.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 51c15a8bee88319c9b79cc8cdd5f1cdbf3768d63a83aad7e0c94b9d65df6b062

name:           haskoin-node
version:        1.0.1
synopsis:       P2P library for Bitcoin and Bitcoin Cash
description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-node#readme>
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:        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.git

library
  exposed-modules:
      Haskoin.Node
  other-modules:
      Haskoin.Node.Chain
      Haskoin.Node.Peer
      Haskoin.Node.PeerMgr
      Paths_haskoin_node
  hs-source-dirs:
      src
  build-depends:
      base >=4.9 && <5
    , bytestring
    , cereal
    , conduit
    , conduit-extra
    , containers
    , data-default
    , hashable
    , haskoin-core >=1.0.0
    , monad-logger
    , mtl
    , network
    , nqe >=0.6.3
    , random
    , resourcet
    , rocksdb-haskell-jprupp >=2.1.2
    , rocksdb-query >=0.4.2
    , 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
    , base64
    , bytestring
    , cereal
    , conduit
    , conduit-extra
    , containers
    , data-default
    , hashable
    , haskoin-core >=1.0.0
    , haskoin-node
    , hspec
    , monad-logger
    , mtl
    , network
    , nqe >=0.6.3
    , random
    , resourcet
    , rocksdb-haskell-jprupp >=2.1.2
    , rocksdb-query >=0.4.2
    , safe
    , string-conversions
    , text
    , time
    , transformers
    , unliftio
    , unordered-containers
  default-language: Haskell2010
  build-tool-depends: hspec-discover:hspec-discover