-
Notifications
You must be signed in to change notification settings - Fork 6
/
stack.linux-static.yaml
33 lines (26 loc) · 1.04 KB
/
stack.linux-static.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
resolver: lts-22.39
packages:
- .
extra-deps:
# http2-client was never included in stackage
- github: Concordium/http2-client
commit: af0edc5fba5265ba9a4b2f91cfc3c466e4c82197
- github: Concordium/http2-grpc-haskell
commit: 61fe303559bab35bc8da0ead4b41448f84b529b2
subdirs:
- http2-client-grpc
- http2-grpc-proto-lens
- http2-grpc-types
- proto-lens-setup-0.4.0.7@sha256:acca0b04e033ea0a017f809d91a7dbc942e025ec6bc275fa21647352722c74cc,3122
- proto-lens-protoc-0.8.0.0@sha256:a146ee8c9af9e445ab05651e688deb0ff849357d320657d6cea5be33cb54b960,2235
- ghc-source-gen-0.4.4.0@sha256:8499f23c5989c295f3b002ad92784ca5fed5260fd4891dc816f17d30c5ba9cd9,4236
# Cabal-3.10.3.0 (from the lts-22.39 snapshot) breaks linking on Windows, but this should be
# fixed in newer versions. This should be removed once we update to an lts that uses a new
# enough version of Cabal.
- Cabal-3.10.1.0
- ./deps/concordium-base
extra-lib-dirs:
- ./deps/concordium-base/rust-src/target/x86_64-unknown-linux-musl/release
flags:
concordium-client:
static: true