Skip to content

Commit

Permalink
Update to the 56.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 30, 2024
1 parent b0537aa commit b0b4385
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 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-20240727"
"0.15.15": "psc-0.15.15-20240730"
}
32 changes: 25 additions & 7 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-dual-numbers.git",
"version": "v1.0.2"
"version": "v1.0.3"
},
"dynamic-buffer": {
"dependencies": [
Expand Down Expand Up @@ -1486,7 +1486,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish.git",
"version": "v0.12.0"
"version": "v0.13.0"
},
"elmish-enzyme": {
"dependencies": [
Expand Down Expand Up @@ -1536,7 +1536,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish-html.git",
"version": "v0.8.3"
"version": "v0.9.0"
},
"elmish-testing-library": {
"dependencies": [
Expand Down Expand Up @@ -2270,6 +2270,24 @@
"repo": "https://github.com/sumew/purescript-geojson.git",
"version": "v0.0.5"
},
"geometria": {
"dependencies": [
"arrays",
"cartesian",
"foldable-traversable",
"integers",
"maybe",
"numbers",
"ordered-collections",
"prelude",
"record-studio",
"sparse-matrices",
"sparse-polynomials",
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-geometria.git",
"version": "v2.1.0"
},
"gojs": {
"dependencies": [
"effect",
Expand Down Expand Up @@ -4349,7 +4367,7 @@
"unordered-collections"
],
"repo": "https://github.com/Ebmtranceboy/purescript-numberfield.git",
"version": "v0.2.0"
"version": "v0.2.1"
},
"numbers": {
"dependencies": [
Expand Down Expand Up @@ -5996,7 +6014,7 @@
"unicode"
],
"repo": "https://github.com/thomashoneyman/purescript-slug.git",
"version": "v3.0.8"
"version": "v3.1.0"
},
"small-ffi": {
"dependencies": [
Expand Down Expand Up @@ -6054,7 +6072,7 @@
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-sparse-matrices.git",
"version": "v2.0.0"
"version": "v2.0.1"
},
"sparse-polynomials": {
"dependencies": [
Expand All @@ -6073,7 +6091,7 @@
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-sparse-polynomials.git",
"version": "v3.0.0"
"version": "v3.0.1"
},
"spec": {
"dependencies": [
Expand Down
32 changes: 25 additions & 7 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@
, dual-numbers =
{ dependencies = [ "numbers", "prelude", "tuples" ]
, repo = "https://github.com/Ebmtranceboy/purescript-dual-numbers.git"
, version = "v1.0.2"
, version = "v1.0.3"
}
, dynamic-buffer =
{ dependencies = [ "arraybuffer-types", "effect", "refs" ]
Expand Down Expand Up @@ -1285,7 +1285,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish.git"
, version = "v0.12.0"
, version = "v0.13.0"
}
, elmish-enzyme =
{ dependencies =
Expand Down Expand Up @@ -1335,7 +1335,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish-html.git"
, version = "v0.8.3"
, version = "v0.9.0"
}
, elmish-testing-library =
{ dependencies =
Expand Down Expand Up @@ -2007,6 +2007,24 @@
, repo = "https://github.com/sumew/purescript-geojson.git"
, version = "v0.0.5"
}
, geometria =
{ dependencies =
[ "arrays"
, "cartesian"
, "foldable-traversable"
, "integers"
, "maybe"
, "numbers"
, "ordered-collections"
, "prelude"
, "record-studio"
, "sparse-matrices"
, "sparse-polynomials"
, "tuples"
]
, repo = "https://github.com/Ebmtranceboy/purescript-geometria.git"
, version = "v2.1.0"
}
, gojs =
{ dependencies =
[ "effect"
Expand Down Expand Up @@ -3854,7 +3872,7 @@
, "unordered-collections"
]
, repo = "https://github.com/Ebmtranceboy/purescript-numberfield.git"
, version = "v0.2.0"
, version = "v0.2.1"
}
, numbers =
{ dependencies = [ "functions", "maybe" ]
Expand Down Expand Up @@ -5373,7 +5391,7 @@
, "unicode"
]
, repo = "https://github.com/thomashoneyman/purescript-slug.git"
, version = "v3.0.8"
, version = "v3.1.0"
}
, small-ffi =
{ dependencies = [ "arrays", "console", "effect", "prelude", "quickcheck" ]
Expand Down Expand Up @@ -5425,7 +5443,7 @@
, "tuples"
]
, repo = "https://github.com/Ebmtranceboy/purescript-sparse-matrices.git"
, version = "v2.0.0"
, version = "v2.0.1"
}
, sparse-polynomials =
{ dependencies =
Expand All @@ -5444,7 +5462,7 @@
, "tuples"
]
, repo = "https://github.com/Ebmtranceboy/purescript-sparse-polynomials.git"
, version = "v3.0.0"
, version = "v3.0.1"
}
, spec =
{ dependencies =
Expand Down

0 comments on commit b0b4385

Please sign in to comment.