-
Notifications
You must be signed in to change notification settings - Fork 851
Expand file tree
/
Copy pathstack.yaml
More file actions
50 lines (45 loc) · 2.54 KB
/
stack.yaml
File metadata and controls
50 lines (45 loc) · 2.54 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
snapshot: lts-24.24 # GHC 9.10.3
extra-deps:
# lts-24.24 specifies Cabal-3.12.1.0
- Cabal-3.16.0.0@sha256:9972c2bd263168a20bd990962a68d4fd024f50c30a00519a6b942e8871d1bd67,14455
- Cabal-syntax-3.16.0.0@sha256:6a35036763557301876c5b7a448de4f1cb54fe1e223ff6c4c0c1fdd6df635a65,7509
# lts-24.24 specifies casa-client-0.0.3
- casa-client-0.0.4@sha256:2bcff165c0b73c16b9e7d0a916559f26fc6e18fa43c3d173d8aebd7027dae59c,1597
# lts-24.24 does not include crypton-asn1-*
- crypton-asn1-encoding-0.10.0@sha256:45494a1723a047a815d0d620481c1028dca28a4ea5cf2554868687da90753961,2497
- crypton-asn1-parse-0.10.0@sha256:4a2cfc4980957d1a279ef69137ee5f665c247ccd8bb962812d5b071d543893fb,1359
- crypton-asn1-types-0.4.1@sha256:02f3ec473011b3da92f7bf738bea19cadf88a6470b25a6cb5042216c7549c912,1326
# lts-24.24 specifies crypton-connection-0.4.5 (before revision)
- crypton-connection-0.4.5@sha256:521d61fd6b0e528fd1c534475700ca3a60618b6d4b5bc798c7ab3d161b0aae11,1575
# lts-24.24 specifies crypton-x509-1.7.7
- crypton-x509-1.8.0@sha256:d4822ba8dcb19ee3233fc98152f5afda383ac952770a1d07f1d01168e9fcdbc2,2006
# lts-24.24 specifies crypton-x509-store-1.6.12
- crypton-x509-store-1.8.0@sha256:075ba50a3daa0fdbb493481a665926e1ced2135c6b4ed56f97398aa855f0aecb,1674
# lts-24.24 specifies crypton-x509-system-1.6.7
- crypton-x509-system-1.8.0@sha256:76bab32c7d9cb3ea356a905f85829c70967fb6f9b4b890f00d67dc54130d45ca,1521
# lts-24.24 specifies crypton-x509-validation-1.6.14
- crypton-x509-validation-1.8.0@sha256:63acb2df06f28c3ffdddaf6d9402105b9026796036aa10d7347ae4f7db51c36b,2018
# lts-24.24 specifies hpack-0.38.3
- hpack-0.39.1@sha256:d7378debd96e805760540e3640aeda3a1ebee1d000dac99726ed55c827c81a94,5229
# lts-24.24 specifies pantry-0.10.1
- pantry-0.11.2@sha256:bc14e75f512deb22e0d9d645e62eb63b319d1732bfed6509491601215ecbd307,7896
# lts-24.24 specifies persistent-2.17.1.0
- persistent-2.18.0.0@sha256:baa3e0959cf10bbd1da462efeb61d4f073d0cc924a149325494ba5ce29bc17a4,7096
# lts-24.24 does not include time-hourglass
- time-hourglass-0.3.0@sha256:ee02356fe24919ec43ae17fc0007398c2fd0bbe822833b2d7a9c849537b90580,3114
# lts-24.24 specifies tls-2.1.8
- tls-2.2.2@sha256:95f5acd4ce76cbd6bdc46b737370dcbd93c59cf1cd1934a30e55c61c1dc140e9,7283
docker:
enable: false
repo: quay.io/benz0li/ghc-musl:9.10.3
# See LICENSE. In order to build a statically-linked Stack executable for Linux
# that is not linked against GMP, use this alternative Docker image:
# repo: quay.io/benz0li/ghc-musl:9.10.3-int-native
nix:
# --nix on the command-line to enable.
packages:
- zlib
- unzip
flags:
stack:
developer-mode: true