Skip to content

Commit

Permalink
Update to the 60.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Sep 26, 2024
1 parent 8a4bc38 commit b2eac40
Show file tree
Hide file tree
Showing 3 changed files with 42 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-20240925"
"0.15.15": "psc-0.15.15-20240926"
}
20 changes: 20 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4562,6 +4562,26 @@
"repo": "https://github.com/purescript-open-community/purescript-open-pairing.git",
"version": "v6.2.0"
},
"open-smolder": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"control",
"foldable-traversable",
"free",
"js-uri",
"maybe",
"ordered-collections",
"partial",
"prelude",
"strings",
"transformers",
"tuples"
],
"repo": "https://github.com/purescript-open-community/purescript-open-smolder.git",
"version": "v12.0.1"
},
"options": {
"dependencies": [
"contravariant",
Expand Down
21 changes: 21 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4057,6 +4057,27 @@
"https://github.com/purescript-open-community/purescript-open-pairing.git"
, version = "v6.2.0"
}
, open-smolder =
{ dependencies =
[ "arrays"
, "bifunctors"
, "catenable-lists"
, "control"
, "foldable-traversable"
, "free"
, "js-uri"
, "maybe"
, "ordered-collections"
, "partial"
, "prelude"
, "strings"
, "transformers"
, "tuples"
]
, repo =
"https://github.com/purescript-open-community/purescript-open-smolder.git"
, version = "v12.0.1"
}
, options =
{ dependencies =
[ "contravariant", "foreign", "foreign-object", "maybe", "tuples" ]
Expand Down

0 comments on commit b2eac40

Please sign in to comment.