From 1527d48ca7ab62685f23b12625700070b549dde5 Mon Sep 17 00:00:00 2001 From: pacchettibotti Date: Sat, 9 Sep 2023 07:25:09 +0000 Subject: [PATCH] Update to the 40.6.0 package set. --- latest-compatible-sets.json | 2 +- packages.json | 33 +++++++++++++++++++++++++++++++-- src/packages.dhall | 33 +++++++++++++++++++++++++++++++-- 3 files changed, 63 insertions(+), 5 deletions(-) diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index 3a20e479..4ebf1046 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -27,5 +27,5 @@ "0.15.7": "psc-0.15.7-20230408", "0.15.8": "psc-0.15.8-20230617", "0.15.9": "psc-0.15.9-20230718", - "0.15.10": "psc-0.15.10-20230907" + "0.15.10": "psc-0.15.10-20230909" } diff --git a/packages.json b/packages.json index ca3065b5..f0bae610 100644 --- a/packages.json +++ b/packages.json @@ -375,7 +375,7 @@ "tuples" ], "repo": "https://github.com/flip111/purescript-arrays-extra.git", - "version": "v0.2.0" + "version": "v0.3.0" }, "arrays-zipper": { "dependencies": [ @@ -2750,6 +2750,35 @@ "repo": "https://github.com/purescript-contrib/purescript-js-uri.git", "version": "v3.1.0" }, + "json-codecs": { + "dependencies": [ + "argonaut-core", + "arrays", + "bifunctors", + "either", + "foldable-traversable", + "foreign-object", + "functions", + "identity", + "integers", + "lists", + "maybe", + "newtype", + "nonempty", + "nullable", + "ordered-collections", + "partial", + "prelude", + "record", + "safe-coerce", + "strings", + "these", + "tuples", + "unsafe-coerce" + ], + "repo": "https://github.com/jordanmartinez/purescript-json-codecs.git", + "version": "v4.0.0" + }, "justifill": { "dependencies": [ "maybe", @@ -3403,7 +3432,7 @@ "unsafe-reference" ], "repo": "https://github.com/jordanmartinez/purescript-node-execa.git", - "version": "v4.0.0" + "version": "v4.0.1" }, "node-fs": { "dependencies": [ diff --git a/src/packages.dhall b/src/packages.dhall index 9db885df..49265e96 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -336,7 +336,7 @@ , "tuples" ] , repo = "https://github.com/flip111/purescript-arrays-extra.git" - , version = "v0.2.0" + , version = "v0.3.0" } , arrays-zipper = { dependencies = [ "arrays", "control", "quickcheck" ] @@ -2449,6 +2449,35 @@ , repo = "https://github.com/purescript-contrib/purescript-js-uri.git" , version = "v3.1.0" } +, json-codecs = + { dependencies = + [ "argonaut-core" + , "arrays" + , "bifunctors" + , "either" + , "foldable-traversable" + , "foreign-object" + , "functions" + , "identity" + , "integers" + , "lists" + , "maybe" + , "newtype" + , "nonempty" + , "nullable" + , "ordered-collections" + , "partial" + , "prelude" + , "record" + , "safe-coerce" + , "strings" + , "these" + , "tuples" + , "unsafe-coerce" + ] + , repo = "https://github.com/jordanmartinez/purescript-json-codecs.git" + , version = "v4.0.0" + } , justifill = { dependencies = [ "maybe", "prelude", "record", "typelevel-prelude" ] , repo = "https://github.com/i-am-the-slime/purescript-justifill.git" @@ -2989,7 +3018,7 @@ , "unsafe-reference" ] , repo = "https://github.com/jordanmartinez/purescript-node-execa.git" - , version = "v4.0.0" + , version = "v4.0.1" } , node-fs = { dependencies =