diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index a44287de..33f65621 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -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" } diff --git a/packages.json b/packages.json index cecd7e0f..7b789b9d 100644 --- a/packages.json +++ b/packages.json @@ -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": [ @@ -6120,7 +6120,6 @@ "spec-mocha": { "dependencies": [ "aff", - "datetime", "effect", "either", "foldable-traversable", @@ -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": [ diff --git a/src/packages.dhall b/src/packages.dhall index fefd19c3..93ad41c3 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -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 = @@ -5486,7 +5486,6 @@ , spec-mocha = { dependencies = [ "aff" - , "datetime" , "effect" , "either" , "foldable-traversable" @@ -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 =