Skip to content

Commit

Permalink
Update to the 55.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 14, 2024
1 parent bd12e5a commit de91815
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 32 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-20240712"
"0.15.15": "psc-0.15.15-20240714"
}
29 changes: 12 additions & 17 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2272,13 +2272,14 @@
},
"geometry-plane": {
"dependencies": [
"console",
"effect",
"psci-support",
"arrays",
"maybe",
"numbers",
"prelude",
"sparse-polynomials"
],
"repo": "https://github.com/Ebmtranceboy/purescript-geometry-plane.git",
"version": "v1.0.3"
"version": "v1.1.0"
},
"gojs": {
"dependencies": [
Expand Down Expand Up @@ -4346,20 +4347,20 @@
"numberfield": {
"dependencies": [
"arrays",
"assert",
"effect",
"foldable-traversable",
"js-bigints",
"group",
"integers",
"maybe",
"ordered-collections",
"prelude",
"rationals",
"sparse-matrices",
"sparse-polynomials",
"tuples"
"tuples",
"unordered-collections"
],
"repo": "https://github.com/Ebmtranceboy/purescript-numberfield.git",
"version": "v0.1.0"
"version": "v0.2.0"
},
"numbers": {
"dependencies": [
Expand Down Expand Up @@ -6040,28 +6041,22 @@
"sparse-matrices": {
"dependencies": [
"arrays",
"assert",
"cartesian",
"effect",
"foldable-traversable",
"integers",
"maybe",
"numbers",
"ordered-collections",
"prelude",
"rationals",
"sparse-polynomials",
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-sparse-matrices.git",
"version": "v1.3.0"
"version": "v2.0.0"
},
"sparse-polynomials": {
"dependencies": [
"arrays",
"assert",
"cartesian",
"effect",
"foldable-traversable",
"integers",
"js-bigints",
Expand All @@ -6075,7 +6070,7 @@
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-sparse-polynomials.git",
"version": "v2.0.5"
"version": "v3.0.0"
},
"spec": {
"dependencies": [
Expand Down
23 changes: 9 additions & 14 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2008,9 +2008,10 @@
, version = "v0.0.5"
}
, geometry-plane =
{ dependencies = [ "console", "effect", "psci-support", "sparse-polynomials" ]
{ dependencies =
[ "arrays", "maybe", "numbers", "prelude", "sparse-polynomials" ]
, repo = "https://github.com/Ebmtranceboy/purescript-geometry-plane.git"
, version = "v1.0.3"
, version = "v1.1.0"
}
, gojs =
{ dependencies =
Expand Down Expand Up @@ -3846,20 +3847,20 @@
, numberfield =
{ dependencies =
[ "arrays"
, "assert"
, "effect"
, "foldable-traversable"
, "js-bigints"
, "group"
, "integers"
, "maybe"
, "ordered-collections"
, "prelude"
, "rationals"
, "sparse-matrices"
, "sparse-polynomials"
, "tuples"
, "unordered-collections"
]
, repo = "https://github.com/Ebmtranceboy/purescript-numberfield.git"
, version = "v0.1.0"
, version = "v0.2.0"
}
, numbers =
{ dependencies = [ "functions", "maybe" ]
Expand Down Expand Up @@ -5406,28 +5407,22 @@
, sparse-matrices =
{ dependencies =
[ "arrays"
, "assert"
, "cartesian"
, "effect"
, "foldable-traversable"
, "integers"
, "maybe"
, "numbers"
, "ordered-collections"
, "prelude"
, "rationals"
, "sparse-polynomials"
, "tuples"
]
, repo = "https://github.com/Ebmtranceboy/purescript-sparse-matrices.git"
, version = "v1.3.0"
, version = "v2.0.0"
}
, sparse-polynomials =
{ dependencies =
[ "arrays"
, "assert"
, "cartesian"
, "effect"
, "foldable-traversable"
, "integers"
, "js-bigints"
Expand All @@ -5441,7 +5436,7 @@
, "tuples"
]
, repo = "https://github.com/Ebmtranceboy/purescript-sparse-polynomials.git"
, version = "v2.0.5"
, version = "v3.0.0"
}
, spec =
{ dependencies =
Expand Down

0 comments on commit de91815

Please sign in to comment.