cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 5d100416eb908a4c0c3c591ab5da8a5d02f56be464f1e8fe78672e19289ffdd6 name: haskoin-node version: 0.17.14 synopsis: P2P library for Bitcoin and Bitcoin Cash description: Please see the README on GitHub at 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.Manager Haskoin.Node.Peer 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.17.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 >=0.17.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