Skip to content

Commit

Permalink
Update to the 47.13.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 12, 2024
1 parent 6a71135 commit 17705a0
Show file tree
Hide file tree
Showing 3 changed files with 53 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 @@ -30,5 +30,5 @@
"0.15.10": "psc-0.15.10-20231023",
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240105"
"0.15.14": "psc-0.15.14-20240112"
}
29 changes: 29 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,17 @@
"repo": "https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git",
"version": "v1.1.0"
},
"fft-js": {
"dependencies": [
"arrays",
"cartesian",
"partial",
"prelude",
"st"
],
"repo": "https://github.com/jeslie0/purescript-fft-js.git",
"version": "v0.1.0"
},
"filterable": {
"dependencies": [
"arrays",
Expand Down Expand Up @@ -2085,6 +2096,24 @@
"repo": "https://github.com/Ebmtranceboy/purescript-geometry-plane.git",
"version": "v1.0.3"
},
"gojs": {
"dependencies": [
"effect",
"foldable-traversable",
"functions",
"lists",
"maybe",
"nullable",
"prelude",
"typelevel-prelude",
"unsafe-coerce",
"variant",
"web-events",
"web-html"
],
"repo": "https://github.com/AdaBeat/purescript-gojs.git",
"version": "v0.1.0"
},
"grain": {
"dependencies": [
"arrays",
Expand Down
23 changes: 23 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,11 @@
, repo = "https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git"
, version = "v1.1.0"
}
, fft-js =
{ dependencies = [ "arrays", "cartesian", "partial", "prelude", "st" ]
, repo = "https://github.com/jeslie0/purescript-fft-js.git"
, version = "v0.1.0"
}
, filterable =
{ dependencies =
[ "arrays"
Expand Down Expand Up @@ -1848,6 +1853,24 @@
, repo = "https://github.com/Ebmtranceboy/purescript-geometry-plane.git"
, version = "v1.0.3"
}
, gojs =
{ dependencies =
[ "effect"
, "foldable-traversable"
, "functions"
, "lists"
, "maybe"
, "nullable"
, "prelude"
, "typelevel-prelude"
, "unsafe-coerce"
, "variant"
, "web-events"
, "web-html"
]
, repo = "https://github.com/AdaBeat/purescript-gojs.git"
, version = "v0.1.0"
}
, grain =
{ dependencies =
[ "arrays"
Expand Down

0 comments on commit 17705a0

Please sign in to comment.