-
Notifications
You must be signed in to change notification settings - Fork 848
Expand file tree
/
Copy pathstack.yaml
More file actions
46 lines (41 loc) · 2.26 KB
/
stack.yaml
File metadata and controls
46 lines (41 loc) · 2.26 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
snapshot: lts-24.37 # GHC 9.10.3
extra-deps:
# lts-24.37 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.37 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.37 specifies crypton-x509-1.7.7
- crypton-x509-1.8.0@sha256:d4822ba8dcb19ee3233fc98152f5afda383ac952770a1d07f1d01168e9fcdbc2,2006
# lts-24.37 specifies crypton-x509-store-1.6.14
- crypton-x509-store-1.8.0@sha256:075ba50a3daa0fdbb493481a665926e1ced2135c6b4ed56f97398aa855f0aecb,1674
# lts-24.37 specifies crypton-x509-system-1.6.8
- crypton-x509-system-1.8.0@sha256:76bab32c7d9cb3ea356a905f85829c70967fb6f9b4b890f00d67dc54130d45ca,1521
# lts-24.37 specifies crypton-x509-validation-1.6.14
- crypton-x509-validation-1.8.0@sha256:63acb2df06f28c3ffdddaf6d9402105b9026796036aa10d7347ae4f7db51c36b,2018
# lts-24.37 specifies pantry-0.10.1
- pantry-0.11.2@sha256:bc14e75f512deb22e0d9d645e62eb63b319d1732bfed6509491601215ecbd307,7896
# lts-24.37 specifies persistent-2.17.1.0
- persistent-2.18.0.0@sha256:baa3e0959cf10bbd1da462efeb61d4f073d0cc924a149325494ba5ce29bc17a4,7096
# lts-24.37 specifies rio-prettyprint-0.1.8.0
- rio-prettyprint-0.1.9.0@sha256:f48afbfe28ed7be4d1a1bb96705669593dd5df12f28ed908516c6dfc4e0becbb,1375
# lts-24.37 does not include time-hourglass
- time-hourglass-0.3.0@sha256:ee02356fe24919ec43ae17fc0007398c2fd0bbe822833b2d7a9c849537b90580,3114
# lts-24.37 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