Skip to content

Commit

Permalink
Update to the 55.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 24, 2024
1 parent dfe2398 commit 2f441dc
Show file tree
Hide file tree
Showing 3 changed files with 31 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-20240721"
"0.15.15": "psc-0.15.15-20240724"
}
16 changes: 15 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"dependencies": [
"unsafe-coerce"
],
"repo": "https://github.com/Mateiadrielrafael/purescript-ask.git",
"repo": "https://github.com/prescientmoon/purescript-ask.git",
"version": "v1.0.0"
},
"assert": {
Expand Down Expand Up @@ -4973,6 +4973,20 @@
"repo": "https://github.com/paulyoung/purescript-prettier-printer.git",
"version": "v3.0.0"
},
"priority-queue": {
"dependencies": [
"arrays",
"effect",
"foldable-traversable",
"integers",
"lists",
"maybe",
"prelude",
"st"
],
"repo": "https://github.com/f-f/purescript-priority-queue.git",
"version": "v0.1.0"
},
"profunctor": {
"dependencies": [
"control",
Expand Down
16 changes: 15 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
}
, ask =
{ dependencies = [ "unsafe-coerce" ]
, repo = "https://github.com/Mateiadrielrafael/purescript-ask.git"
, repo = "https://github.com/prescientmoon/purescript-ask.git"
, version = "v1.0.0"
}
, `assert` =
Expand Down Expand Up @@ -4421,6 +4421,20 @@
, repo = "https://github.com/paulyoung/purescript-prettier-printer.git"
, version = "v3.0.0"
}
, priority-queue =
{ dependencies =
[ "arrays"
, "effect"
, "foldable-traversable"
, "integers"
, "lists"
, "maybe"
, "prelude"
, "st"
]
, repo = "https://github.com/f-f/purescript-priority-queue.git"
, version = "v0.1.0"
}
, profunctor =
{ dependencies =
[ "control"
Expand Down

0 comments on commit 2f441dc

Please sign in to comment.