17
17
#
18
18
# resolver: ./custom-snapshot.yaml
19
19
# resolver: https://example.com/snapshots/2018-01-01.yaml
20
- resolver : lts-21 .0
20
+ resolver : lts-22 .0
21
21
22
22
# User packages to be built.
23
23
# Various formats can be used as shown in the example below.
@@ -35,29 +35,10 @@ packages:
35
35
# forks / in-progress versions pinned to a git hash. For example:
36
36
#
37
37
extra-deps :
38
- - monad-bayes-1.2.0 @sha256:bf83cf8e6d163c461b9964dbff48d4476b2a82421962af317b3a3d0d738ea2a2,6456
38
+ - monad-bayes-1.3.0.4 @sha256:101a60697c2bf0fae60157284bb8127e6a84e37c82c562cd7a262b50a34f3b5d,6650
39
39
- vector-sized-1.5.0@sha256:1c85b70dbfe6fbdcc58d2706c626e6e38d1900276bbb6f1ba6cfee83941f45e6,1836
40
40
- poly-0.5.1.0@sha256:8c574f017913982fd70567545bec423823ff5bdf236c19d1443f3af47e0218ba,3418
41
41
42
-
43
- # - HSH-2.1.3@sha256:71ded11b224f5066373ce985ec63b10c87129850b33916736dd64fa2bea9ea0a,1705
44
- # - restless-git-0.7@sha256:346a5775a586f07ecb291036a8d3016c3484ccdc188b574bcdec0a82c12db293,968
45
- # - s-cargot-0.1.4.0@sha256:61ea1833fbb4c80d93577144870e449d2007d311c34d74252850bb48aa8c31fb,3525
46
- # - semver-range-0.2.8@sha256:44918080c220cf67b6e7c8ad16f01f3cfe1ac69d4f72e528e84d566348bb23c3,1941
47
- # - probability-0.2.7@sha256:3e9fe130af3bd75e791e1add902eb2caab170cc95373281c0a9626b01fc3b104,2869
48
- # - splitmix-0.1
49
- # - mwc-random-0.15.0.2
50
- # - monad-bayes-1.1.0
51
- # - smt2-parser-0.1.0.1
52
- # - spawn-0.3
53
- # - spool-0.1
54
- # - git: https://github.com/ethereum/hevm
55
- # commit: c5e40507c35e6f2119aeb5f0740dc3564100ebdc
56
- # - git: https://github.com/ethereum/act.git
57
- # subdirs:
58
- # - src
59
- # commit: 52e99daf3121a4e6a6cb28255e862cf8e83cf4cd
60
-
61
42
allow-newer : true
62
43
63
44
# - acme-missiles-0.3
@@ -79,7 +60,7 @@ allow-newer: true
79
60
#
80
61
# Override the architecture used by stack, especially useful on Windows
81
62
# Change to x86_64 for Intel and aarch64 for ARM/apple silicon
82
- arch : x86_64
63
+ arch : aarch64
83
64
#
84
65
# Extra directories used by stack for building
85
66
# extra-include-dirs: [/path/to/dir]
@@ -90,7 +71,3 @@ arch: x86_64
90
71
#
91
72
ghc-options :
92
73
" $locals " : -fwarn-incomplete-patterns
93
- nix :
94
- enable : true
95
- packages : [libff, secp256k1, zlib, solc]
96
-
0 commit comments