-
Notifications
You must be signed in to change notification settings - Fork 2
/
stack.yaml
56 lines (47 loc) · 1.22 KB
/
stack.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
#TODO update ghc-versions, and bcc-network name
# GHC 8.6.5
resolver: lts-14.27
compiler: ghc-8.6.5
# GHC 8.10.2
#resolver: nightly-2020-08-26
#compiler: ghc-8.10.2
packages:
- contra-tracer
- tracer-transformers
- tbco-monitoring
- plugins/backend-aggregation
- plugins/backend-editor
- plugins/backend-ekg
- plugins/backend-graylog
- plugins/backend-monitoring
- plugins/backend-trace-acceptor
- plugins/backend-trace-forwarder
- plugins/scribe-systemd
- examples
allow-newer: false
extra-deps:
# needed for GHC 8.10.2
#- async-timer-0.2.0.0
- network-3.1.1.1
- snap-core-1.0.4.1
- snap-server-1.1.1.1
- time-units-1.0.0
- katip-0.8.4.0
- git: https://github.com/The-Blockchain-Company/bcc-network
commit: a09f209bb6bbb1a1a9a5b31d671da0189001e175
subdirs:
- Win32-network
- git: https://github.com/CodiePP/libsystemd-journal
commit: 49ad111e668e0d6e06e759a13d8de311bc91e149
subdirs:
- .
nix:
pure: false
# shell-file: nix/stack-shell.nix
packages: [ zlib.dev, zlib.out
, openssl.dev, openssl.out
, libsodium.dev, libsodium.out
, haskell.compiler.ghc8102
, pkg-config
, systemd.dev
]