forked from mdunnio/coinbase-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
65 lines (59 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
name: coinbase-pro
version: 0.7.2.0
description: Client for Coinbase Pro REST and Websocket APIs
homepage: https://github.com/mdunnio/coinbase-pro#readme
bug-reports: https://github.com/mdunnio/coinbase-pro/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
category: Web, Finance
synopsis: Client for Coinbase Pro
extra-source-files:
- README.md
- changelog.md
github: https://github.com/mdunnio/coinbase-pro
dependencies:
- base >= 4.7 && < 5
- HsOpenSSL >= 0.11 && < 0.12
- aeson >= 1.2 && < 1.5
- aeson-casing >= 0.1 && < 0.3
- async >= 2.1 && < 2.3
- binary >= 0.8 && < 0.9
- bytestring >= 0.10 && < 0.11
- containers >= 0.5 && < 0.7
- cryptonite >= 0.24 && < 0.27
- http-api-data >= 0.3 && < 0.5
- http-client >= 0.5 && < 0.7
- http-client-tls >= 0.3 && < 0.4
- http-streams >= 0.8 && < 0.9
- http-types >= 0.12 && < 0.13
- io-streams >= 1.5 && < 1.6
- memory >= 0.14 && < 0.16
- network >= 2.6 && < 2.9
- servant >= 0.14 && < 0.17
- servant-client >= 0.14 && < 0.17
- servant-client-core >= 0.14 && < 0.17
- text >= 1.2 && < 1.3
- time >= 1.8 && < 1.9
- transformers >= 0.5 && < 0.6
- unagi-streams >= 0.2 && < 0.3
- unordered-containers >= 0.2 && < 0.3
- vector >= 0.12 && < 0.13
- websockets >= 0.12 && < 0.13
- wuss >= 1.1 && < 1.2
library:
source-dirs: src/lib/
executables:
test-request:
main: Main.hs
source-dirs: src/example/request/
dependencies:
- coinbase-pro
test-stream:
main: Main.hs
source-dirs: src/example/stream/
dependencies:
- coinbase-pro