Skip to content

Commit

Permalink
generate new package set
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Apr 21, 2024
1 parent 7b6a520 commit c47f35d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ let upstream =

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

let additions =
{ coroutine-transducers =
{ dependencies = [
"console",
"either",
"foldable-traversable",
"freet",
"functors",
"newtype",
"parallel",
"prelude",
"tailrec",
"transformers",
"tuples",
"aff",
"coroutines",
"effect",
"maybe",
"psci-support"
]
{ coroutine-transducers =
{ dependencies =
[ "console"
, "either"
, "foldable-traversable"
, "freet"
, "functors"
, "newtype"
, "parallel"
, "prelude"
, "tailrec"
, "transformers"
, "tuples"
, "aff"
, "coroutines"
, "effect"
, "maybe"
, "psci-support"
]
, repo = "https://github.com/martyall/purescript-coroutine-transducers"
, version = "v1.0.0"
}
Expand Down

0 comments on commit c47f35d

Please sign in to comment.