Skip to content

Commit

Permalink
Update to the 62.2.4 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 3, 2025
1 parent 33a0094 commit ef915ab
Show file tree
Hide file tree
Showing 3 changed files with 5 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-20250101"
"0.15.15": "psc-0.15.15-20250103"
}
3 changes: 2 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7586,6 +7586,7 @@
"identity",
"json",
"language-cst-parser",
"lists",
"maybe",
"newtype",
"node-buffer",
Expand All @@ -7606,7 +7607,7 @@
"untagged-union"
],
"repo": "https://github.com/collegevine/purescript-whine.git",
"version": "v0.0.16"
"version": "v0.0.17"
},
"xterm": {
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6742,6 +6742,7 @@
, "identity"
, "json"
, "language-cst-parser"
, "lists"
, "maybe"
, "newtype"
, "node-buffer"
Expand All @@ -6762,7 +6763,7 @@
, "untagged-union"
]
, repo = "https://github.com/collegevine/purescript-whine.git"
, version = "v0.0.16"
, version = "v0.0.17"
}
, xterm =
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]
Expand Down

0 comments on commit ef915ab

Please sign in to comment.