diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index 54642183..6b10201d 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -29,5 +29,5 @@ "0.15.9": "psc-0.15.9-20230718", "0.15.10": "psc-0.15.10-20231023", "0.15.12": "psc-0.15.12-20231123", - "0.15.13": "psc-0.15.13-20231227" + "0.15.13": "psc-0.15.13-20231228" } diff --git a/packages.json b/packages.json index 8efc7095..1f44db01 100644 --- a/packages.json +++ b/packages.json @@ -6842,5 +6842,17 @@ ], "repo": "https://github.com/gbagan/purescript-z3.git", "version": "v0.0.2" + }, + "zipperarray": { + "dependencies": [ + "arrays", + "control", + "foldable-traversable", + "maybe", + "naturals", + "prelude" + ], + "repo": "https://github.com/jamieyung/purescript-zipperarray.git", + "version": "v2.0.0" } } diff --git a/src/packages.dhall b/src/packages.dhall index 4b11411f..e195e021 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -6061,4 +6061,16 @@ , repo = "https://github.com/gbagan/purescript-z3.git" , version = "v0.0.2" } +, zipperarray = + { dependencies = + [ "arrays" + , "control" + , "foldable-traversable" + , "maybe" + , "naturals" + , "prelude" + ] + , repo = "https://github.com/jamieyung/purescript-zipperarray.git" + , version = "v2.0.0" + } }