Skip to content

Commit

Permalink
Update to the 45.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Nov 16, 2023
1 parent 6876b48 commit 3702a96
Show file tree
Hide file tree
Showing 3 changed files with 49 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 @@ -28,5 +28,5 @@
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20231023",
"0.15.12": "psc-0.15.12-20231115"
"0.15.12": "psc-0.15.12-20231116"
}
24 changes: 24 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2753,6 +2753,30 @@
"repo": "https://github.com/purescript-contrib/purescript-js-date.git",
"version": "v8.0.0"
},
"js-fetch": {
"dependencies": [
"arraybuffer-types",
"arrays",
"effect",
"foldable-traversable",
"foreign",
"foreign-object",
"functions",
"http-methods",
"js-promise",
"maybe",
"newtype",
"prelude",
"record",
"tuples",
"typelevel-prelude",
"unfoldable",
"web-file",
"web-streams"
],
"repo": "https://github.com/purescript-contrib/purescript-js-fetch.git",
"version": "v0.2.0"
},
"js-fileio": {
"dependencies": [
"aff",
Expand Down
24 changes: 24 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2455,6 +2455,30 @@
, repo = "https://github.com/purescript-contrib/purescript-js-date.git"
, version = "v8.0.0"
}
, js-fetch =
{ dependencies =
[ "arraybuffer-types"
, "arrays"
, "effect"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "functions"
, "http-methods"
, "js-promise"
, "maybe"
, "newtype"
, "prelude"
, "record"
, "tuples"
, "typelevel-prelude"
, "unfoldable"
, "web-file"
, "web-streams"
]
, repo = "https://github.com/purescript-contrib/purescript-js-fetch.git"
, version = "v0.2.0"
}
, js-fileio =
{ dependencies = [ "aff", "effect", "prelude" ]
, repo = "https://github.com/newlandsvalley/purescript-js-fileio.git"
Expand Down

0 comments on commit 3702a96

Please sign in to comment.