Skip to content

Commit b8a691e

Browse files
committed
bump base package set
1 parent fbd1d16 commit b8a691e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages.dhall

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.7-20230306/packages.dhall
3-
sha256:0757626c7422b8b5b5b1d0df3d3628e5deac755d7f89c433a9bf89009787dcbd
4-
with js-bigints.version = "v2.2.0"
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20240416/packages.dhall
3+
sha256:ca727657c01cc31d0e79c2113b59126b9826f4b56d20a8193be3c725599fb754
54

65
let eth-core-deps =
76
https://raw.githubusercontent.com/f-o-a-m/purescript-eth-core/master/packages.dhall
8-
sha256:4f447424877e5d16a78740ab32b371c15ff33728259cbaf0b181ad2ed84478db
7+
sha256:af2751772a729d58edf7056805007934e3687b3079f8a02ac514e705aeab8c42
98

109
let additions =
1110
{ bytestrings = eth-core-deps.bytestrings
@@ -59,7 +58,7 @@ let additions =
5958
, "unsafe-coerce"
6059
]
6160
, repo = "https://github.com/f-o-a-m/purescript-eth-core"
62-
, version = "v10.0.0"
61+
, version = "v10.1.0"
6362
}
6463
, quotient = eth-core-deps.quotient
6564
}

0 commit comments

Comments
 (0)