Skip to content

Commit

Permalink
Update to the 55.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 18, 2024
1 parent de91815 commit 1d0273a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 7 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-20240714"
"0.15.15": "psc-0.15.15-20240718"
}
29 changes: 26 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish.git",
"version": "v0.11.4"
"version": "v0.12.0"
},
"elmish-enzyme": {
"dependencies": [
Expand Down Expand Up @@ -1518,7 +1518,7 @@
"undefined-is-not-a-problem"
],
"repo": "https://github.com/collegevine/purescript-elmish-hooks.git",
"version": "v0.10.2"
"version": "v0.10.3"
},
"elmish-html": {
"dependencies": [
Expand Down Expand Up @@ -4242,7 +4242,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-node-stream-pipes.git",
"version": "v2.1.5"
"version": "v2.1.6"
},
"node-streams": {
"dependencies": [
Expand Down Expand Up @@ -6425,6 +6425,29 @@
"repo": "https://github.com/purescript-contrib/purescript-these.git",
"version": "v6.0.0"
},
"threading": {
"dependencies": [
"aff",
"arrays",
"catenable-lists",
"control",
"effect",
"either",
"exceptions",
"filterable",
"foldable-traversable",
"maybe",
"nullable",
"ordered-collections",
"prelude",
"refs",
"transformers",
"tuples",
"typelevel-prelude"
],
"repo": "https://github.com/cakekindel/purescript-threading.git",
"version": "v0.0.3"
},
"toestand": {
"dependencies": [
"effect",
Expand Down
29 changes: 26 additions & 3 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish.git"
, version = "v0.11.4"
, version = "v0.12.0"
}
, elmish-enzyme =
{ dependencies =
Expand Down Expand Up @@ -1317,7 +1317,7 @@
, "undefined-is-not-a-problem"
]
, repo = "https://github.com/collegevine/purescript-elmish-hooks.git"
, version = "v0.10.2"
, version = "v0.10.3"
}
, elmish-html =
{ dependencies =
Expand Down Expand Up @@ -3755,7 +3755,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-node-stream-pipes.git"
, version = "v2.1.5"
, version = "v2.1.6"
}
, node-streams =
{ dependencies =
Expand Down Expand Up @@ -5745,6 +5745,29 @@
, repo = "https://github.com/purescript-contrib/purescript-these.git"
, version = "v6.0.0"
}
, threading =
{ dependencies =
[ "aff"
, "arrays"
, "catenable-lists"
, "control"
, "effect"
, "either"
, "exceptions"
, "filterable"
, "foldable-traversable"
, "maybe"
, "nullable"
, "ordered-collections"
, "prelude"
, "refs"
, "transformers"
, "tuples"
, "typelevel-prelude"
]
, repo = "https://github.com/cakekindel/purescript-threading.git"
, version = "v0.0.3"
}
, toestand =
{ dependencies =
[ "effect"
Expand Down

0 comments on commit 1d0273a

Please sign in to comment.