Skip to content

Commit

Permalink
Update to the 50.6.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Apr 3, 2024
1 parent 9986e64 commit fd9b0a4
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1 deletion.
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-20240320"
"0.15.15": "psc-0.15.15-20240403"
}
39 changes: 39 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4656,6 +4656,45 @@
"repo": "https://github.com/purescript-node/purescript-posix-types.git",
"version": "v6.0.0"
},
"postgresql": {
"dependencies": [
"aff",
"aff-promise",
"arrays",
"bifunctors",
"control",
"datetime",
"effect",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"fork",
"integers",
"js-bigints",
"lists",
"maybe",
"mmorph",
"newtype",
"node-buffer",
"node-event-emitter",
"nullable",
"parallel",
"partial",
"precise-datetime",
"prelude",
"profunctor",
"record",
"simple-json",
"strings",
"transformers",
"tuples",
"typelevel-prelude",
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-postgresql.git",
"version": "v1.0.0"
},
"precise": {
"dependencies": [
"arrays",
Expand Down
39 changes: 39 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4136,6 +4136,45 @@
, repo = "https://github.com/purescript-node/purescript-posix-types.git"
, version = "v6.0.0"
}
, postgresql =
{ dependencies =
[ "aff"
, "aff-promise"
, "arrays"
, "bifunctors"
, "control"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "fork"
, "integers"
, "js-bigints"
, "lists"
, "maybe"
, "mmorph"
, "newtype"
, "node-buffer"
, "node-event-emitter"
, "nullable"
, "parallel"
, "partial"
, "precise-datetime"
, "prelude"
, "profunctor"
, "record"
, "simple-json"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-postgresql.git"
, version = "v1.0.0"
}
, precise =
{ dependencies =
[ "arrays"
Expand Down

0 comments on commit fd9b0a4

Please sign in to comment.