Skip to content

Commit

Permalink
Update to the 62.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 16, 2025
1 parent 9d23bce commit 4cc2c13
Show file tree
Hide file tree
Showing 3 changed files with 16 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-20250110"
"0.15.15": "psc-0.15.15-20250116"
}
10 changes: 10 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6026,6 +6026,16 @@
"repo": "https://github.com/purescript/purescript-semirings.git",
"version": "v7.0.0"
},
"shuffle": {
"dependencies": [
"arrays",
"effect",
"maybe",
"prelude"
],
"repo": "https://github.com/joellefkowitz/shuffle.git",
"version": "v1.1.0"
},
"signal": {
"dependencies": [
"aff",
Expand Down
5 changes: 5 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5396,6 +5396,11 @@
, repo = "https://github.com/purescript/purescript-semirings.git"
, version = "v7.0.0"
}
, shuffle =
{ dependencies = [ "arrays", "effect", "maybe", "prelude" ]
, repo = "https://github.com/joellefkowitz/shuffle.git"
, version = "v1.1.0"
}
, signal =
{ dependencies =
[ "aff", "effect", "either", "foldable-traversable", "maybe", "prelude" ]
Expand Down

0 comments on commit 4cc2c13

Please sign in to comment.