Skip to content

Commit

Permalink
Update to the 61.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Nov 20, 2024
1 parent 94db1e5 commit 66135f4
Show file tree
Hide file tree
Showing 3 changed files with 13 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-20241114"
"0.15.15": "psc-0.15.15-20241120"
}
7 changes: 7 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5056,6 +5056,13 @@
"repo": "https://github.com/paulyoung/purescript-prettier-printer.git",
"version": "v3.0.0"
},
"printf": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/eternasuno/purescript-printf.git",
"version": "v0.1.0"
},
"priority-queue": {
"dependencies": [
"arrays",
Expand Down
5 changes: 5 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4498,6 +4498,11 @@
, repo = "https://github.com/paulyoung/purescript-prettier-printer.git"
, version = "v3.0.0"
}
, printf =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/eternasuno/purescript-printf.git"
, version = "v0.1.0"
}
, priority-queue =
{ dependencies =
[ "arrays"
Expand Down

0 comments on commit 66135f4

Please sign in to comment.