Skip to content

Commit

Permalink
update eth-core
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Sep 18, 2023
1 parent 0bcead4 commit 0264a44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let upstream =
https://raw.githubusercontent.com/f-o-a-m/package-sets/09b71674a327f7601276846c1afb537342bb57ff/purs-0.15.7-web3.dhall
sha256:7e32f0c65a7b5d334ee98d7fda1d7d3a557b6b478421f545694bd8e1cd4d16ac
with eth-core.version = "genBytes"
with eth-core.version = "v10.0.0"
with js-bigints.version = "v2.2.0"


Expand Down
1 change: 0 additions & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
, "heterogeneous"
, "maybe"
, "newtype"
, "nonempty"
, "parallel"
, "parsing"
, "partial"
Expand Down
15 changes: 8 additions & 7 deletions test.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ in conf
{ sources = conf.sources # [ "test/web3/**/*.purs" ]
, dependencies =
conf.dependencies
# [ "spec"
, "node-buffer"
, "lists"
, "quotient"
, "unsafe-coerce"
, "console"
, "identity"
# [ "console"
, "enums"
, "identity"
, "integers"
, "lists"
, "node-buffer"
, "nonempty"
, "quickcheck"
, "quickcheck-laws"
, "quotient"
, "spec"
, "unsafe-coerce"
]
}

0 comments on commit 0264a44

Please sign in to comment.