-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstack.yaml
More file actions
92 lines (74 loc) · 2.12 KB
/
stack.yaml
File metadata and controls
92 lines (74 loc) · 2.12 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
resolver: nightly-2025-09-06
nix:
enable: false
system-ghc: true
packages:
- ./sandwich
- ./sandwich-contexts
- ./sandwich-contexts-docker
- ./sandwich-contexts-kubernetes
- ./sandwich-contexts-minio
- ./sandwich-hedgehog
- ./sandwich-quickcheck
- ./sandwich-slack
- ./sandwich-webdriver
- ./sandwich-demos
- ./demos/demo-basic
- ./demos/demo-command-line-args
- ./demos/demo-context-dependencies
- ./demos/demo-context-nested
- ./demos/demo-contexts
- ./demos/demo-custom-exceptions
- ./demos/demo-discover
# - ./demos/demo-fake-smtp-server
- ./demos/demo-files
- ./demos/demo-golden
- ./demos/demo-hedgehog
- ./demos/demo-kubernetes-kata
- ./demos/demo-kubernetes-kind
- ./demos/demo-kubernetes-longhorn
- ./demos/demo-kubernetes-minikube
- ./demos/demo-kubernetes-seaweedfs
- ./demos/demo-kubernetes-typesense
- ./demos/demo-landing
- ./demos/demo-minio
- ./demos/demo-nix
- ./demos/demo-nix-binary
- ./demos/demo-nix-derivation
- ./demos/demo-paralleln
- ./demos/demo-postgres
- ./demos/demo-processes
- ./demos/demo-quickcheck
- ./demos/demo-setup-teardown
- ./demos/demo-slack
- ./demos/demo-stack-test
- ./demos/demo-stress
- ./demos/demo-timing
- ./demos/demo-timing-parallel
- ./demos/demo-tui
- ./demos/demo-webdriver-landing
- ./demos/demo-webdriver-nix
- ./demos/demo-webdriver-normal
- ./demos/demo-webdriver-pool
- ./demos/demo-webdriver-positioning
- ./demos/demo-webdriver-video
extra-deps:
# For sandwich-webdriver
- webdriver-0.14.0.0
# For sandwich-contexts
- git: https://github.com/minio/minio-hs
commit: 3e665784228cba7261560c104b8f1d928e7b5bd4
# For sandwich-contexts-docker
- git: https://github.com/codedownio/docker-engine.git
commit: 58535cd46712dff421f2148e438c49c2700ea20e
subdirs:
- v1.44
# For sandwich-contexts-kubernetes
- kubernetes-api-130.0.0
- kubernetes-api-client-0.6.1.2
- git: https://github.com/krdlab/haskell-oidc-client
commit: 2d19db09bf13f02f49248f7b21703b2c59e06ecc
# For demos
- HaskellNet-0.6.2
- cryptonite-0.30@sha256:12c85dea7be63e5ad90bcb487eb3846bf3c413347f94336fa1dede7b28f9936a,18301
- cryptonite-conduit-0.2.2@sha256:bfbae677a44f3a5cf3bf7f36271682979a402825f3d1e8767cfd62f2ddb702c2,1984