Skip to content

Commit

Permalink
Update to the 60.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Sep 25, 2024
1 parent 2a15d57 commit 8a4bc38
Show file tree
Hide file tree
Showing 3 changed files with 54 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 @@ -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-20240922"
"0.15.15": "psc-0.15.15-20240925"
}
26 changes: 26 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4494,6 +4494,32 @@
"repo": "https://github.com/purescript-open-community/purescript-open-folds.git",
"version": "v6.4.0"
},
"open-foreign-generic": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"effect",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"foreign-object",
"identity",
"lists",
"maybe",
"newtype",
"ordered-collections",
"partial",
"prelude",
"record",
"transformers",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-open-community/purescript-open-foreign-generic.git",
"version": "v11.0.3"
},
"open-memoize": {
"dependencies": [
"either",
Expand Down
27 changes: 27 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3991,6 +3991,33 @@
"https://github.com/purescript-open-community/purescript-open-folds.git"
, version = "v6.4.0"
}
, open-foreign-generic =
{ dependencies =
[ "arrays"
, "bifunctors"
, "control"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "identity"
, "lists"
, "maybe"
, "newtype"
, "ordered-collections"
, "partial"
, "prelude"
, "record"
, "transformers"
, "tuples"
, "unsafe-coerce"
]
, repo =
"https://github.com/purescript-open-community/purescript-open-foreign-generic.git"
, version = "v11.0.3"
}
, open-memoize =
{ dependencies =
[ "either"
Expand Down

0 comments on commit 8a4bc38

Please sign in to comment.