Skip to content

Commit

Permalink
Update to the 60.4.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Oct 8, 2024
1 parent 1aa1948 commit 0fc3308
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 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-20241005"
"0.15.15": "psc-0.15.15-20241008"
}
8 changes: 4 additions & 4 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6213,19 +6213,19 @@
"tuples"
],
"repo": "https://github.com/purescript-spec/purescript-spec.git",
"version": "v8.0.0"
"version": "v8.1.0"
},
"spec-discovery": {
"dependencies": [
"aff",
"aff-promise",
"effect",
"foldable-traversable",
"prelude",
"spec"
"spec",
"spec-node"
],
"repo": "https://github.com/purescript-spec/purescript-spec-discovery.git",
"version": "v8.3.0"
"version": "v8.4.0"
},
"spec-mocha": {
"dependencies": [
Expand Down
12 changes: 3 additions & 9 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5577,19 +5577,13 @@
, "tuples"
]
, repo = "https://github.com/purescript-spec/purescript-spec.git"
, version = "v8.0.0"
, version = "v8.1.0"
}
, spec-discovery =
{ dependencies =
[ "aff"
, "aff-promise"
, "effect"
, "foldable-traversable"
, "prelude"
, "spec"
]
[ "aff", "effect", "foldable-traversable", "prelude", "spec", "spec-node" ]
, repo = "https://github.com/purescript-spec/purescript-spec-discovery.git"
, version = "v8.3.0"
, version = "v8.4.0"
}
, spec-mocha =
{ dependencies =
Expand Down

0 comments on commit 0fc3308

Please sign in to comment.