Skip to content

Commit

Permalink
Update to the 62.2.6 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 6, 2025
1 parent aa844de commit 751dd2d
Show file tree
Hide file tree
Showing 3 changed files with 9 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-20250104"
"0.15.15": "psc-0.15.15-20250106"
}
5 changes: 4 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7575,13 +7575,15 @@
"codec-json",
"console",
"control",
"datetime",
"effect",
"either",
"elmish",
"exceptions",
"foldable-traversable",
"foreign",
"foreign-object",
"formatters",
"functions",
"identity",
"json",
Expand All @@ -7593,6 +7595,7 @@
"node-fs",
"node-path",
"node-process",
"now",
"nullable",
"optparse",
"ordered-collections",
Expand All @@ -7607,7 +7610,7 @@
"untagged-union"
],
"repo": "https://github.com/collegevine/purescript-whine.git",
"version": "v0.0.19"
"version": "v0.0.20"
},
"xterm": {
"dependencies": [
Expand Down
5 changes: 4 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6731,13 +6731,15 @@
, "codec-json"
, "console"
, "control"
, "datetime"
, "effect"
, "either"
, "elmish"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "formatters"
, "functions"
, "identity"
, "json"
Expand All @@ -6749,6 +6751,7 @@
, "node-fs"
, "node-path"
, "node-process"
, "now"
, "nullable"
, "optparse"
, "ordered-collections"
Expand All @@ -6763,7 +6766,7 @@
, "untagged-union"
]
, repo = "https://github.com/collegevine/purescript-whine.git"
, version = "v0.0.19"
, version = "v0.0.20"
}
, xterm =
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]
Expand Down

0 comments on commit 751dd2d

Please sign in to comment.