Skip to content

Commit

Permalink
Update to the 62.4.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 26, 2025
1 parent aa45952 commit 26a56dc
Show file tree
Hide file tree
Showing 3 changed files with 39 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-20250123"
"0.15.15": "psc-0.15.15-20250126"
}
20 changes: 19 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,24 @@
"repo": "https://github.com/purescript/purescript-distributive.git",
"version": "v6.0.0"
},
"dodo-printer": {
"dependencies": [
"ansi",
"either",
"foldable-traversable",
"integers",
"lists",
"maybe",
"newtype",
"partial",
"prelude",
"safe-coerce",
"strings",
"tuples"
],
"repo": "https://github.com/natefaubion/purescript-dodo-printer.git",
"version": "v2.2.3"
},
"dom-filereader": {
"dependencies": [
"aff",
Expand Down Expand Up @@ -7621,7 +7639,7 @@
"untagged-union"
],
"repo": "https://github.com/collegevine/purescript-whine.git",
"version": "v0.0.23"
"version": "v0.0.24"
},
"xterm": {
"dependencies": [
Expand Down
20 changes: 19 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,24 @@
, repo = "https://github.com/purescript/purescript-distributive.git"
, version = "v6.0.0"
}
, dodo-printer =
{ dependencies =
[ "ansi"
, "either"
, "foldable-traversable"
, "integers"
, "lists"
, "maybe"
, "newtype"
, "partial"
, "prelude"
, "safe-coerce"
, "strings"
, "tuples"
]
, repo = "https://github.com/natefaubion/purescript-dodo-printer.git"
, version = "v2.2.3"
}
, dom-filereader =
{ dependencies = [ "aff", "arraybuffer-types", "web-file", "web-html" ]
, repo = "https://github.com/nwolverson/purescript-dom-filereader.git"
Expand Down Expand Up @@ -6772,7 +6790,7 @@
, "untagged-union"
]
, repo = "https://github.com/collegevine/purescript-whine.git"
, version = "v0.0.23"
, version = "v0.0.24"
}
, xterm =
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]
Expand Down

0 comments on commit 26a56dc

Please sign in to comment.