-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
34 lines (30 loc) · 1.17 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
name: network-lightning
version: 0.1.0.0
description: API to c-lightning jsonrpc interface
homepage: https://github.com/michaelsdunn1/network-lightning#readme
bug-reports: https://github.com/michaelsdunn1/network-lightning/issues
author: Michael Dunn <[email protected]>
maintainer: Michael Dunn <[email protected]>
copyright: 2019 Michael Dunn <[email protected]>
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
github: https://github.com/michaelsdunn1/network-lightning
library:
source-dirs: src/lib/
ghc-options: -Wall -fwarn-tabs -O2 -funbox-strict-fields
dependencies:
- base >= 4.7 && < 5
- aeson >= 1.2 && < 1.4
- aeson-casing >= 0.1 && < 0.2
- bytestring >= 0.10 && < 0.11
- containers >= 0.5 && < 0.6
- haskoin-core >= 0.8 && < 0.9
- network >= 2.6 && < 2.7
- text >= 1.2 && < 1.3
- time >= 1.8 && < 1.9
- transformers >= 0.5 && < 0.6
- unordered-containers >= 0.2 && < 0.3
- vector >= 0.12 && < 0.13