Skip to content

Commit

Permalink
Update to the 53.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 1, 2024
1 parent 2bf5720 commit e2531ff
Show file tree
Hide file tree
Showing 3 changed files with 5 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-20240630"
"0.15.15": "psc-0.15.15-20240701"
}
4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@
"prelude"
],
"repo": "https://github.com/purescript/purescript-exceptions.git",
"version": "v6.0.0"
"version": "v6.1.0"
},
"exists": {
"dependencies": [
Expand Down Expand Up @@ -4194,7 +4194,7 @@
"prelude"
],
"repo": "https://github.com/purescript-node/purescript-node-readline.git",
"version": "v8.1.0"
"version": "v8.1.1"
},
"node-sqlite3": {
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@
, exceptions =
{ dependencies = [ "effect", "either", "maybe", "prelude" ]
, repo = "https://github.com/purescript/purescript-exceptions.git"
, version = "v6.0.0"
, version = "v6.1.0"
}
, exists =
{ dependencies = [ "unsafe-coerce" ]
Expand Down Expand Up @@ -3710,7 +3710,7 @@
, "prelude"
]
, repo = "https://github.com/purescript-node/purescript-node-readline.git"
, version = "v8.1.0"
, version = "v8.1.1"
}
, node-sqlite3 =
{ dependencies = [ "aff", "foreign" ]
Expand Down

0 comments on commit e2531ff

Please sign in to comment.