-
Notifications
You must be signed in to change notification settings - Fork 6
/
stack-9.8.2.yaml
58 lines (47 loc) · 1.6 KB
/
stack-9.8.2.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
resolver: nightly-2024-09-19
nix:
pure: false
packages:
- pkg-config
- zlib
packages:
- ./sandwich
- ./sandwich-contexts
- ./sandwich-contexts-docker
- ./sandwich-contexts-kubernetes
- ./sandwich-contexts-minio
- ./sandwich-hedgehog
- ./sandwich-quickcheck
- ./sandwich-slack
- ./sandwich-webdriver
extra-deps:
## For sandwich-contexts
- git: https://github.com/codedownio/minio-hs
commit: 1e63a0ec44fff374799b25a0a02c041eab664c4f
## For sandwich-contexts-docker
- git: https://github.com/codedownio/docker-engine.git
commit: ba5ebd823ed843a556cd8c24a5a0086a3f6e5a6c
subdirs:
- v1.44
## For sandwich-contexts-kubernetes
- git: https://github.com/codedownio/kubernetes-client-haskell.git
# codedown-feb-2024
commit: a747f6fdc62d34c684709740422497d3c088f8d9
subdirs:
- kubernetes-1.27
- kubernetes-client
- git: https://github.com/codedownio/haskell-oidc-client
# codedown-jun-2024-ghc98
commit: b70757b85751525cba41316ea9af132d9a43cfaf
# https://github.com/kubernetes-client/haskell/issues/64
# https://github.com/channable/vaultenv/issues/99
- git: https://github.com/codedownio/hs-certificate
# codedown-feb-2024
# This branch
# 1. Takes akshaymankar's fixes from https://github.com/haskell-tls/hs-certificate/pull/113
# and rebases them on the most recent https://github.com/haskell-tls/hs-certificate master branch
# 2. Cherry-picks kazuyamamoto's commit switching the package tocrypton, from here:
# https://github.com/kazu-yamamoto/crypton-certificate/commit/c11bbbeec2360ce797c5eb3bd4953cbc5bf1a0d6
commit: dcd0d5b200e96e90c6daa728585c23be5309a955
subdirs:
- x509-validation