Skip to content

Commit

Permalink
Update to the 50.8.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Apr 12, 2024
1 parent cc418a6 commit 958f680
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 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-20240406"
"0.15.15": "psc-0.15.15-20240412"
}
15 changes: 14 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,17 @@
"repo": "https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git",
"version": "v1.1.0"
},
"ffi-simple": {
"dependencies": [
"functions",
"maybe",
"nullable",
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/garganscript/purescript-ffi-simple.git",
"version": "v0.5.1"
},
"fft-js": {
"dependencies": [
"arrays",
Expand Down Expand Up @@ -4687,13 +4698,15 @@
"record",
"simple-json",
"strings",
"tailrec",
"transformers",
"tuples",
"typelevel-prelude",
"unlift",
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-postgresql.git",
"version": "v1.2.3"
"version": "v1.3.0"
},
"precise": {
"dependencies": [
Expand Down
10 changes: 9 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,12 @@
, repo = "https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git"
, version = "v1.1.0"
}
, ffi-simple =
{ dependencies =
[ "functions", "maybe", "nullable", "prelude", "unsafe-coerce" ]
, repo = "https://github.com/garganscript/purescript-ffi-simple.git"
, version = "v0.5.1"
}
, fft-js =
{ dependencies = [ "arrays", "cartesian", "partial", "prelude", "st" ]
, repo = "https://github.com/jeslie0/purescript-fft-js.git"
Expand Down Expand Up @@ -4167,13 +4173,15 @@
, "record"
, "simple-json"
, "strings"
, "tailrec"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "unlift"
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-postgresql.git"
, version = "v1.2.3"
, version = "v1.3.0"
}
, precise =
{ dependencies =
Expand Down

0 comments on commit 958f680

Please sign in to comment.