Skip to content

Commit

Permalink
Update to the 60.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Sep 9, 2024
1 parent 466cbe9 commit 334fec2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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-20240907"
"0.15.15": "psc-0.15.15-20240909"
}
3 changes: 1 addition & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
},
"aff": {
"dependencies": [
"arrays",
"bifunctors",
"control",
"datetime",
Expand All @@ -73,7 +72,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-aff.git",
"version": "v7.1.0"
"version": "v8.0.0"
},
"aff-bus": {
"dependencies": [
Expand Down
5 changes: 2 additions & 3 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
}
, aff =
{ dependencies =
[ "arrays"
, "bifunctors"
[ "bifunctors"
, "control"
, "datetime"
, "effect"
Expand All @@ -67,7 +66,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/purescript-contrib/purescript-aff.git"
, version = "v7.1.0"
, version = "v8.0.0"
}
, aff-bus =
{ dependencies =
Expand Down

0 comments on commit 334fec2

Please sign in to comment.