Skip to content

Commit

Permalink
bump base package set
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Apr 19, 2024
1 parent fbd1d16 commit b8a691e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.7-20230306/packages.dhall
sha256:0757626c7422b8b5b5b1d0df3d3628e5deac755d7f89c433a9bf89009787dcbd
with js-bigints.version = "v2.2.0"
https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20240416/packages.dhall
sha256:ca727657c01cc31d0e79c2113b59126b9826f4b56d20a8193be3c725599fb754

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

let additions =
{ bytestrings = eth-core-deps.bytestrings
Expand Down Expand Up @@ -59,7 +58,7 @@ let additions =
, "unsafe-coerce"
]
, repo = "https://github.com/f-o-a-m/purescript-eth-core"
, version = "v10.0.0"
, version = "v10.1.0"
}
, quotient = eth-core-deps.quotient
}
Expand Down

0 comments on commit b8a691e

Please sign in to comment.