Skip to content

Commit

Permalink
Update to the 34.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 6, 2023
1 parent b8259fc commit bdf1515
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"0.15.7": "psc-0.15.7-20230408",
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20230805"
"0.15.10": "psc-0.15.10-20230806"
}
27 changes: 27 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,33 @@
"repo": "https://github.com/rowtype-yoga/purescript-fetch-argonaut.git",
"version": "v1.0.1"
},
"fetch-core": {
"dependencies": [
"arraybuffer-types",
"arrays",
"console",
"effect",
"foldable-traversable",
"foreign",
"foreign-object",
"functions",
"http-methods",
"js-promise",
"maybe",
"newtype",
"nullable",
"prelude",
"record",
"tuples",
"typelevel-prelude",
"unfoldable",
"unsafe-coerce",
"web-file",
"web-streams"
],
"repo": "https://github.com/rowtype-yoga/purescript-fetch-core.git",
"version": "v5.0.0"
},
"fetch-yoga-json": {
"dependencies": [
"aff",
Expand Down
27 changes: 27 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,33 @@
, repo = "https://github.com/rowtype-yoga/purescript-fetch-argonaut.git"
, version = "v1.0.1"
}
, fetch-core =
{ dependencies =
[ "arraybuffer-types"
, "arrays"
, "console"
, "effect"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "functions"
, "http-methods"
, "js-promise"
, "maybe"
, "newtype"
, "nullable"
, "prelude"
, "record"
, "tuples"
, "typelevel-prelude"
, "unfoldable"
, "unsafe-coerce"
, "web-file"
, "web-streams"
]
, repo = "https://github.com/rowtype-yoga/purescript-fetch-core.git"
, version = "v5.0.0"
}
, fetch-yoga-json =
{ dependencies =
[ "aff"
Expand Down

0 comments on commit bdf1515

Please sign in to comment.