Skip to content

Commit

Permalink
Update to the 50.16.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed May 12, 2024
1 parent 173e0c8 commit c8c5f09
Show file tree
Hide file tree
Showing 3 changed files with 19 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-20240511"
"0.15.15": "psc-0.15.15-20240512"
}
11 changes: 9 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4129,6 +4129,8 @@
"either",
"exceptions",
"foldable-traversable",
"foreign-object",
"lists",
"maybe",
"mmorph",
"newtype",
Expand All @@ -4138,17 +4140,20 @@
"node-path",
"node-streams",
"node-zlib",
"ordered-collections",
"parallel",
"pipes",
"prelude",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unordered-collections",
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-node-stream-pipes.git",
"version": "v1.0.5"
"version": "v1.2.3"
},
"node-streams": {
"dependencies": [
Expand Down Expand Up @@ -4798,10 +4803,12 @@
"newtype",
"node-buffer",
"node-event-emitter",
"node-stream-pipes",
"node-streams",
"nullable",
"parallel",
"partial",
"pipes",
"precise-datetime",
"prelude",
"profunctor",
Expand All @@ -4816,7 +4823,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-postgresql.git",
"version": "v1.5.1"
"version": "v1.6.3"
},
"precise": {
"dependencies": [
Expand Down
11 changes: 9 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3643,6 +3643,8 @@
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign-object"
, "lists"
, "maybe"
, "mmorph"
, "newtype"
Expand All @@ -3652,17 +3654,20 @@
, "node-path"
, "node-streams"
, "node-zlib"
, "ordered-collections"
, "parallel"
, "pipes"
, "prelude"
, "st"
, "strings"
, "tailrec"
, "transformers"
, "tuples"
, "unordered-collections"
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-node-stream-pipes.git"
, version = "v1.0.5"
, version = "v1.2.3"
}
, node-streams =
{ dependencies =
Expand Down Expand Up @@ -4253,10 +4258,12 @@
, "newtype"
, "node-buffer"
, "node-event-emitter"
, "node-stream-pipes"
, "node-streams"
, "nullable"
, "parallel"
, "partial"
, "pipes"
, "precise-datetime"
, "prelude"
, "profunctor"
Expand All @@ -4271,7 +4278,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-postgresql.git"
, version = "v1.5.1"
, version = "v1.6.3"
}
, precise =
{ dependencies =
Expand Down

0 comments on commit c8c5f09

Please sign in to comment.