Skip to content

Commit

Permalink
Update to the 56.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 1, 2024
1 parent b0b4385 commit ded27d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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-20240730"
"0.15.15": "psc-0.15.15-20240801"
}
5 changes: 3 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,7 @@
"foldable-traversable",
"integers",
"maybe",
"numberfield",
"numbers",
"ordered-collections",
"prelude",
Expand All @@ -2286,7 +2287,7 @@
"tuples"
],
"repo": "https://github.com/Ebmtranceboy/purescript-geometria.git",
"version": "v2.1.0"
"version": "v2.2.0"
},
"gojs": {
"dependencies": [
Expand Down Expand Up @@ -4367,7 +4368,7 @@
"unordered-collections"
],
"repo": "https://github.com/Ebmtranceboy/purescript-numberfield.git",
"version": "v0.2.1"
"version": "v0.2.2"
},
"numbers": {
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,7 @@
, "foldable-traversable"
, "integers"
, "maybe"
, "numberfield"
, "numbers"
, "ordered-collections"
, "prelude"
Expand All @@ -2023,7 +2024,7 @@
, "tuples"
]
, repo = "https://github.com/Ebmtranceboy/purescript-geometria.git"
, version = "v2.1.0"
, version = "v2.2.0"
}
, gojs =
{ dependencies =
Expand Down Expand Up @@ -3872,7 +3873,7 @@
, "unordered-collections"
]
, repo = "https://github.com/Ebmtranceboy/purescript-numberfield.git"
, version = "v0.2.1"
, version = "v0.2.2"
}
, numbers =
{ dependencies = [ "functions", "maybe" ]
Expand Down

0 comments on commit ded27d5

Please sign in to comment.