Skip to content

Commit

Permalink
Update to the 50.12.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Apr 30, 2024
1 parent 76035a8 commit 2ab9e34
Show file tree
Hide file tree
Showing 3 changed files with 21 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-20240419"
"0.15.15": "psc-0.15.15-20240430"
}
14 changes: 13 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@
"repo": "https://github.com/hdgarrood/purescript-ansi.git",
"version": "v7.0.0"
},
"apexcharts": {
"dependencies": [
"contravariant",
"effect",
"foreign",
"options",
"prelude",
"web-dom"
],
"repo": "https://github.com/timdeputter/purescript-apexcharts.git",
"version": "v0.5.0"
},
"applicative-phases": {
"dependencies": [
"maybe",
Expand Down Expand Up @@ -4728,7 +4740,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-postgresql.git",
"version": "v1.3.0"
"version": "v1.4.0"
},
"precise": {
"dependencies": [
Expand Down
8 changes: 7 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@
, repo = "https://github.com/hdgarrood/purescript-ansi.git"
, version = "v7.0.0"
}
, apexcharts =
{ dependencies =
[ "contravariant", "effect", "foreign", "options", "prelude", "web-dom" ]
, repo = "https://github.com/timdeputter/purescript-apexcharts.git"
, version = "v0.5.0"
}
, applicative-phases =
{ dependencies = [ "maybe", "prelude", "tuples" ]
, repo = "https://github.com/artemisSystem/purescript-applicative-phases.git"
Expand Down Expand Up @@ -4192,7 +4198,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-postgresql.git"
, version = "v1.3.0"
, version = "v1.4.0"
}
, precise =
{ dependencies =
Expand Down

0 comments on commit 2ab9e34

Please sign in to comment.