Skip to content

Commit 8a4bc38

Browse files
Update to the 60.1.0 package set.
1 parent 2a15d57 commit 8a4bc38

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

latest-compatible-sets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"0.15.12": "psc-0.15.12-20231123",
3232
"0.15.13": "psc-0.15.13-20231228",
3333
"0.15.14": "psc-0.15.14-20240227",
34-
"0.15.15": "psc-0.15.15-20240922"
34+
"0.15.15": "psc-0.15.15-20240925"
3535
}

packages.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4494,6 +4494,32 @@
44944494
"repo": "https://github.com/purescript-open-community/purescript-open-folds.git",
44954495
"version": "v6.4.0"
44964496
},
4497+
"open-foreign-generic": {
4498+
"dependencies": [
4499+
"arrays",
4500+
"bifunctors",
4501+
"control",
4502+
"effect",
4503+
"either",
4504+
"exceptions",
4505+
"foldable-traversable",
4506+
"foreign",
4507+
"foreign-object",
4508+
"identity",
4509+
"lists",
4510+
"maybe",
4511+
"newtype",
4512+
"ordered-collections",
4513+
"partial",
4514+
"prelude",
4515+
"record",
4516+
"transformers",
4517+
"tuples",
4518+
"unsafe-coerce"
4519+
],
4520+
"repo": "https://github.com/purescript-open-community/purescript-open-foreign-generic.git",
4521+
"version": "v11.0.3"
4522+
},
44974523
"open-memoize": {
44984524
"dependencies": [
44994525
"either",

src/packages.dhall

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3991,6 +3991,33 @@
39913991
"https://github.com/purescript-open-community/purescript-open-folds.git"
39923992
, version = "v6.4.0"
39933993
}
3994+
, open-foreign-generic =
3995+
{ dependencies =
3996+
[ "arrays"
3997+
, "bifunctors"
3998+
, "control"
3999+
, "effect"
4000+
, "either"
4001+
, "exceptions"
4002+
, "foldable-traversable"
4003+
, "foreign"
4004+
, "foreign-object"
4005+
, "identity"
4006+
, "lists"
4007+
, "maybe"
4008+
, "newtype"
4009+
, "ordered-collections"
4010+
, "partial"
4011+
, "prelude"
4012+
, "record"
4013+
, "transformers"
4014+
, "tuples"
4015+
, "unsafe-coerce"
4016+
]
4017+
, repo =
4018+
"https://github.com/purescript-open-community/purescript-open-foreign-generic.git"
4019+
, version = "v11.0.3"
4020+
}
39944021
, open-memoize =
39954022
{ dependencies =
39964023
[ "either"

0 commit comments

Comments
 (0)