Skip to content

Commit

Permalink
Update to the 60.7.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Oct 29, 2024
1 parent eaccc96 commit 6829166
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240227",
"0.15.15": "psc-0.15.15-20241016"
"0.15.15": "psc-0.15.15-20241029"
}
21 changes: 20 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
"strings"
],
"repo": "https://github.com/m15a/purescript-choku.git",
"version": "v1.0.1"
"version": "v1.0.2"
},
"classless": {
"dependencies": [
Expand Down Expand Up @@ -7589,6 +7589,25 @@
"repo": "https://github.com/rowtype-yoga/purescript-yoga-postgres.git",
"version": "v6.0.0"
},
"yoga-subtlecrypto": {
"dependencies": [
"aff",
"aff-promise",
"arraybuffer-types",
"effect",
"either",
"exceptions",
"foreign",
"functions",
"maybe",
"prelude",
"transformers",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/rowtype-yoga/purescript-yoga-subtlecrypto.git",
"version": "v0.1.0"
},
"yoga-tree": {
"dependencies": [
"arrays",
Expand Down
21 changes: 20 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
{ dependencies =
[ "aff", "control", "effect", "functions", "maybe", "prelude", "strings" ]
, repo = "https://github.com/m15a/purescript-choku.git"
, version = "v1.0.1"
, version = "v1.0.2"
}
, classless =
{ dependencies = [ "heterogeneous", "prelude", "record" ]
Expand Down Expand Up @@ -6742,6 +6742,25 @@
, repo = "https://github.com/rowtype-yoga/purescript-yoga-postgres.git"
, version = "v6.0.0"
}
, yoga-subtlecrypto =
{ dependencies =
[ "aff"
, "aff-promise"
, "arraybuffer-types"
, "effect"
, "either"
, "exceptions"
, "foreign"
, "functions"
, "maybe"
, "prelude"
, "transformers"
, "tuples"
, "unsafe-coerce"
]
, repo = "https://github.com/rowtype-yoga/purescript-yoga-subtlecrypto.git"
, version = "v0.1.0"
}
, yoga-tree =
{ dependencies =
[ "arrays"
Expand Down

0 comments on commit 6829166

Please sign in to comment.