diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index a8ae2cd8..8786becb 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -30,5 +30,5 @@ "0.15.10": "psc-0.15.10-20231023", "0.15.12": "psc-0.15.12-20231123", "0.15.13": "psc-0.15.13-20231228", - "0.15.14": "psc-0.15.14-20240112" + "0.15.14": "psc-0.15.14-20240113" } diff --git a/packages.json b/packages.json index 3a6895ec..9d29b718 100644 --- a/packages.json +++ b/packages.json @@ -377,6 +377,7 @@ "either", "filterable", "foldable-traversable", + "lists", "maybe", "ordered-collections", "partial", @@ -384,7 +385,7 @@ "tuples" ], "repo": "https://github.com/flip111/purescript-arrays-extra.git", - "version": "v0.4.4" + "version": "v0.5.0" }, "arrays-zipper": { "dependencies": [ @@ -2221,7 +2222,7 @@ "halogen" ], "repo": "https://github.com/tonicebrian/purescript-halogen-bootstrap5.git", - "version": "v2.3.1" + "version": "v5.3.2" }, "halogen-css": { "dependencies": [ diff --git a/src/packages.dhall b/src/packages.dhall index 679b042e..8de30d08 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -334,6 +334,7 @@ , "either" , "filterable" , "foldable-traversable" + , "lists" , "maybe" , "ordered-collections" , "partial" @@ -341,7 +342,7 @@ , "tuples" ] , repo = "https://github.com/flip111/purescript-arrays-extra.git" - , version = "v0.4.4" + , version = "v0.5.0" } , arrays-zipper = { dependencies = [ "arrays", "control", "quickcheck" ] @@ -1972,7 +1973,7 @@ , halogen-bootstrap5 = { dependencies = [ "halogen" ] , repo = "https://github.com/tonicebrian/purescript-halogen-bootstrap5.git" - , version = "v2.3.1" + , version = "v5.3.2" } , halogen-css = { dependencies = [ "css", "halogen" ]