-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.yaml
56 lines (56 loc) · 1.16 KB
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: haskoin-node
version: 1.1.3
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
author: Jean-Pierre Rupp
maintainer: [email protected]
license: MIT
license-file: LICENSE
github: haskoin/haskoin.git
homepage: http://github.com/haskoin/haskoin#readme
bug-reports: http://github.com/haskoin/haskoin/issues
extra-source-files:
- README.md
- CHANGELOG.md
dependencies:
- 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
- transformers
- time
- unliftio
- unordered-containers
library:
source-dirs: src
exposed-modules:
- Haskoin.Node
tests:
spec:
main: Spec.hs
source-dirs: test
verbatim:
build-tool-depends:
hspec-discover:hspec-discover
dependencies:
- base64
- hspec
- haskoin-node
- HUnit
- safe