Skip to content

Commit

Permalink
Update to the 55.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 21, 2024
1 parent 1d0273a commit dfe2398
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 10 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-20240718"
"0.15.15": "psc-0.15.15-20240721"
}
31 changes: 26 additions & 5 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6103,7 +6103,7 @@
"tuples"
],
"repo": "https://github.com/purescript-spec/purescript-spec.git",
"version": "v7.6.0"
"version": "v7.6.1"
},
"spec-discovery": {
"dependencies": [
Expand All @@ -6120,7 +6120,6 @@
"spec-mocha": {
"dependencies": [
"aff",
"datetime",
"effect",
"either",
"foldable-traversable",
Expand All @@ -6129,20 +6128,42 @@
"spec"
],
"repo": "https://github.com/purescript-spec/purescript-spec-mocha.git",
"version": "v5.1.0"
"version": "v5.1.1"
},
"spec-quickcheck": {
"dependencies": [
"aff",
"arrays",
"effect",
"foldable-traversable",
"lists",
"maybe",
"prelude",
"quickcheck"
"quickcheck",
"tuples"
],
"repo": "https://github.com/purescript-spec/purescript-spec-quickcheck.git",
"version": "v5.0.1"
"version": "v5.0.2"
},
"spec-reporter-xunit": {
"dependencies": [
"arrays",
"effect",
"either",
"exceptions",
"foldable-traversable",
"maybe",
"node-buffer",
"node-fs",
"node-path",
"pipes",
"prelude",
"spec",
"strings",
"transformers"
],
"repo": "https://github.com/purescript-spec/purescript-spec-reporter-xunit.git",
"version": "v0.7.1"
},
"splitmix": {
"dependencies": [
Expand Down
30 changes: 26 additions & 4 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5469,7 +5469,7 @@
, "tuples"
]
, repo = "https://github.com/purescript-spec/purescript-spec.git"
, version = "v7.6.0"
, version = "v7.6.1"
}
, spec-discovery =
{ dependencies =
Expand All @@ -5486,7 +5486,6 @@
, spec-mocha =
{ dependencies =
[ "aff"
, "datetime"
, "effect"
, "either"
, "foldable-traversable"
Expand All @@ -5495,20 +5494,43 @@
, "spec"
]
, repo = "https://github.com/purescript-spec/purescript-spec-mocha.git"
, version = "v5.1.0"
, version = "v5.1.1"
}
, spec-quickcheck =
{ dependencies =
[ "aff"
, "arrays"
, "effect"
, "foldable-traversable"
, "lists"
, "maybe"
, "prelude"
, "quickcheck"
, "tuples"
]
, repo = "https://github.com/purescript-spec/purescript-spec-quickcheck.git"
, version = "v5.0.1"
, version = "v5.0.2"
}
, spec-reporter-xunit =
{ dependencies =
[ "arrays"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "maybe"
, "node-buffer"
, "node-fs"
, "node-path"
, "pipes"
, "prelude"
, "spec"
, "strings"
, "transformers"
]
, repo =
"https://github.com/purescript-spec/purescript-spec-reporter-xunit.git"
, version = "v0.7.1"
}
, splitmix =
{ dependencies =
Expand Down

0 comments on commit dfe2398

Please sign in to comment.