-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.yaml
55 lines (51 loc) · 973 Bytes
/
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
name: blockchain-restful-address-index-server
version: '0.2.0.0'
synopsis: Server for RESTful HTTP "addr-index bitcoind" wrapper
description: See README.md
category: Bitcoin,Web
author: Rune K. Svendsen
maintainer: runesvend@gmail.com
license: OtherLicense
license-file: LICENSE
github: runeksvendsen/blockchain-restful-address-index-server
dependencies:
- blockchain-restful-address-index-api
- base16-bytestring
- text
- string-conversions
- haskoin-core
- aeson
- servant
- http-api-data
- http-media
- errors
- cereal
- hexstring
- base >=4 && <5
- bitcoin-types
- bitcoin-tx
- bitcoin-api
- base58string
- bytestring
- mtl
- transformers
- configurator
- either
- servant-server
- http-client
- wai
- warp
library:
source-dirs: src
ghc-options: -W
executables:
rest-addr:
dependencies:
- blockchain-restful-address-index-server
main: Main.hs
source-dirs: driver
ghc-options:
- -W
- -threaded
- -rtsopts
- -with-rtsopts=-N