cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack -- -- hash: c56f9a61287f962d4f9870ad229340d99f35d1201e06976dbf99c360cc3b73c4 name: haskoin-node version: 1.1.0 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.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