Skip to content

Commit

Permalink
Update to the 53.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jun 26, 2024
1 parent 2295fe3 commit 3878cd8
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 22 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-20240624"
"0.15.15": "psc-0.15.15-20240626"
}
72 changes: 62 additions & 10 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,12 @@
"array-search": {
"dependencies": [
"arrays",
"effect",
"foldable-traversable",
"maybe",
"prelude"
],
"repo": "https://github.com/joellefkowitz/array-search.git",
"version": "v0.5.6"
"version": "v0.6.0"
},
"arraybuffer": {
"dependencies": [
Expand Down Expand Up @@ -440,7 +439,7 @@
"prelude"
],
"repo": "https://github.com/joellefkowitz/assert-multiple.git",
"version": "v0.3.4"
"version": "v0.4.0"
},
"avar": {
"dependencies": [
Expand Down Expand Up @@ -1537,7 +1536,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish-html.git",
"version": "v0.8.2"
"version": "v0.8.3"
},
"elmish-testing-library": {
"dependencies": [
Expand Down Expand Up @@ -1598,11 +1597,10 @@
"env-names": {
"dependencies": [
"arrays",
"maybe",
"prelude"
],
"repo": "https://github.com/joellefkowitz/env-names.git",
"version": "v0.3.4"
"version": "v0.4.0"
},
"error": {
"dependencies": [
Expand Down Expand Up @@ -2738,6 +2736,22 @@
"repo": "https://github.com/sigma-andex/purescript-httpurple.git",
"version": "v4.0.0"
},
"huffman": {
"dependencies": [
"arrays",
"foldable-traversable",
"integers",
"lists",
"maybe",
"ordered-collections",
"prelude",
"strings",
"stringutils",
"tuples"
],
"repo": "https://github.com/joellefkowitz/huffman.git",
"version": "v0.4.0"
},
"humdrum": {
"dependencies": [
"console",
Expand Down Expand Up @@ -3476,11 +3490,14 @@
},
"maps-eager": {
"dependencies": [
"arrays",
"lists",
"maybe",
"ordered-collections"
"ordered-collections",
"prelude"
],
"repo": "https://github.com/joellefkowitz/maps-eager.git",
"version": "v0.4.1"
"version": "v0.5.0"
},
"marionette": {
"dependencies": [
Expand Down Expand Up @@ -4224,7 +4241,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-node-stream-pipes.git",
"version": "v2.1.1"
"version": "v2.1.4"
},
"node-streams": {
"dependencies": [
Expand Down Expand Up @@ -4866,14 +4883,17 @@
"foldable-traversable",
"foreign",
"fork",
"functors",
"integers",
"js-bigints",
"lists",
"maybe",
"mmorph",
"monad-control",
"newtype",
"node-buffer",
"node-event-emitter",
"node-fs",
"node-stream-pipes",
"node-streams",
"nullable",
Expand All @@ -4884,6 +4904,7 @@
"prelude",
"profunctor",
"record",
"refs",
"simple-json",
"strings",
"tailrec",
Expand All @@ -4894,7 +4915,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-postgresql.git",
"version": "v1.7.2"
"version": "v2.0.15"
},
"precise": {
"dependencies": [
Expand Down Expand Up @@ -5552,6 +5573,20 @@
"repo": "https://github.com/krisajenkins/purescript-remotedata.git",
"version": "v5.0.1"
},
"repr": {
"dependencies": [
"arrays",
"foldable-traversable",
"lists",
"ordered-collections",
"prelude",
"strings",
"stringutils",
"tuples"
],
"repo": "https://github.com/joellefkowitz/repr.git",
"version": "v0.5.0"
},
"resize-observer": {
"dependencies": [
"web-dom"
Expand Down Expand Up @@ -5656,6 +5691,23 @@
"repo": "https://github.com/mikesol/purescript-rito.git",
"version": "v0.3.4"
},
"roman": {
"dependencies": [
"array-search",
"arrays",
"foldable-traversable",
"integers",
"maps-eager",
"maybe",
"ordered-collections",
"prelude",
"strings",
"stringutils",
"tuples"
],
"repo": "https://github.com/joellefkowitz/roman.git",
"version": "v0.4.0"
},
"rough-notation": {
"dependencies": [
"aff",
Expand Down
73 changes: 62 additions & 11 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,9 @@
, version = "v0.1.2"
}
, array-search =
{ dependencies =
[ "arrays", "effect", "foldable-traversable", "maybe", "prelude" ]
{ dependencies = [ "arrays", "foldable-traversable", "maybe", "prelude" ]
, repo = "https://github.com/joellefkowitz/array-search.git"
, version = "v0.5.6"
, version = "v0.6.0"
}
, arraybuffer =
{ dependencies =
Expand Down Expand Up @@ -372,7 +371,7 @@
, assert-multiple =
{ dependencies = [ "effect", "foldable-traversable", "prelude" ]
, repo = "https://github.com/joellefkowitz/assert-multiple.git"
, version = "v0.3.4"
, version = "v0.4.0"
}
, avar =
{ dependencies =
Expand Down Expand Up @@ -1336,7 +1335,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish-html.git"
, version = "v0.8.2"
, version = "v0.8.3"
}
, elmish-testing-library =
{ dependencies =
Expand Down Expand Up @@ -1392,9 +1391,9 @@
, version = "v6.0.1"
}
, env-names =
{ dependencies = [ "arrays", "maybe", "prelude" ]
{ dependencies = [ "arrays", "prelude" ]
, repo = "https://github.com/joellefkowitz/env-names.git"
, version = "v0.3.4"
, version = "v0.4.0"
}
, error =
{ dependencies = [ "console", "effect", "prelude" ]
Expand Down Expand Up @@ -2431,6 +2430,22 @@
, repo = "https://github.com/sigma-andex/purescript-httpurple.git"
, version = "v4.0.0"
}
, huffman =
{ dependencies =
[ "arrays"
, "foldable-traversable"
, "integers"
, "lists"
, "maybe"
, "ordered-collections"
, "prelude"
, "strings"
, "stringutils"
, "tuples"
]
, repo = "https://github.com/joellefkowitz/huffman.git"
, version = "v0.4.0"
}
, humdrum =
{ dependencies =
[ "console"
Expand Down Expand Up @@ -3077,9 +3092,10 @@
, version = "v7.0.0"
}
, maps-eager =
{ dependencies = [ "maybe", "ordered-collections" ]
{ dependencies =
[ "arrays", "lists", "maybe", "ordered-collections", "prelude" ]
, repo = "https://github.com/joellefkowitz/maps-eager.git"
, version = "v0.4.1"
, version = "v0.5.0"
}
, marionette =
{ dependencies =
Expand Down Expand Up @@ -3738,7 +3754,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-node-stream-pipes.git"
, version = "v2.1.1"
, version = "v2.1.4"
}
, node-streams =
{ dependencies =
Expand Down Expand Up @@ -4321,14 +4337,17 @@
, "foldable-traversable"
, "foreign"
, "fork"
, "functors"
, "integers"
, "js-bigints"
, "lists"
, "maybe"
, "mmorph"
, "monad-control"
, "newtype"
, "node-buffer"
, "node-event-emitter"
, "node-fs"
, "node-stream-pipes"
, "node-streams"
, "nullable"
Expand All @@ -4339,6 +4358,7 @@
, "prelude"
, "profunctor"
, "record"
, "refs"
, "simple-json"
, "strings"
, "tailrec"
Expand All @@ -4349,7 +4369,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-postgresql.git"
, version = "v1.7.2"
, version = "v2.0.15"
}
, precise =
{ dependencies =
Expand Down Expand Up @@ -4958,6 +4978,20 @@
, repo = "https://github.com/krisajenkins/purescript-remotedata.git"
, version = "v5.0.1"
}
, repr =
{ dependencies =
[ "arrays"
, "foldable-traversable"
, "lists"
, "ordered-collections"
, "prelude"
, "strings"
, "stringutils"
, "tuples"
]
, repo = "https://github.com/joellefkowitz/repr.git"
, version = "v0.5.0"
}
, resize-observer =
{ dependencies = [ "web-dom" ]
, repo = "https://github.com/grybiena/resize-observer.git"
Expand Down Expand Up @@ -5050,6 +5084,23 @@
, repo = "https://github.com/mikesol/purescript-rito.git"
, version = "v0.3.4"
}
, roman =
{ dependencies =
[ "array-search"
, "arrays"
, "foldable-traversable"
, "integers"
, "maps-eager"
, "maybe"
, "ordered-collections"
, "prelude"
, "strings"
, "stringutils"
, "tuples"
]
, repo = "https://github.com/joellefkowitz/roman.git"
, version = "v0.4.0"
}
, rough-notation =
{ dependencies =
[ "aff"
Expand Down

0 comments on commit 3878cd8

Please sign in to comment.