diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index ef25b1e3..f9a3b647 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-20240123" + "0.15.14": "psc-0.15.14-20240125" } diff --git a/packages.json b/packages.json index 367e1836..fcc9bd0f 100644 --- a/packages.json +++ b/packages.json @@ -377,15 +377,14 @@ "either", "filterable", "foldable-traversable", - "lists", + "foldable-traversable-extra", "maybe", - "ordered-collections", "partial", "prelude", "tuples" ], "repo": "https://github.com/flip111/purescript-arrays-extra.git", - "version": "v0.5.1" + "version": "v0.6.0" }, "arrays-zipper": { "dependencies": [ @@ -1711,7 +1710,7 @@ "prelude", "strings" ], - "repo": "https://github.com/lumihq/purescript-fixed-precision.git", + "repo": "https://github.com/rowtype-yoga/purescript-fixed-precision.git", "version": "v5.0.0" }, "flame": { @@ -1802,7 +1801,7 @@ "tuples" ], "repo": "https://github.com/flip111/purescript-foldable-traversable-extra.git", - "version": "v0.0.5" + "version": "v0.0.6" }, "foreign": { "dependencies": [ @@ -3231,7 +3230,7 @@ "web-storage", "web-uievents" ], - "repo": "https://github.com/lumihq/purescript-lumi-components.git", + "repo": "https://github.com/purescript-react/purescript-lumi-components.git", "version": "v18.0.0" }, "machines": { diff --git a/src/packages.dhall b/src/packages.dhall index 293536da..53df68b9 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -334,15 +334,14 @@ , "either" , "filterable" , "foldable-traversable" - , "lists" + , "foldable-traversable-extra" , "maybe" - , "ordered-collections" , "partial" , "prelude" , "tuples" ] , repo = "https://github.com/flip111/purescript-arrays-extra.git" - , version = "v0.5.1" + , version = "v0.6.0" } , arrays-zipper = { dependencies = [ "arrays", "control", "quickcheck" ] @@ -1491,7 +1490,7 @@ , "prelude" , "strings" ] - , repo = "https://github.com/lumihq/purescript-fixed-precision.git" + , repo = "https://github.com/rowtype-yoga/purescript-fixed-precision.git" , version = "v5.0.0" } , flame = @@ -1579,7 +1578,7 @@ ] , repo = "https://github.com/flip111/purescript-foldable-traversable-extra.git" - , version = "v0.0.5" + , version = "v0.0.6" } , foreign = { dependencies = @@ -2871,7 +2870,7 @@ , "web-storage" , "web-uievents" ] - , repo = "https://github.com/lumihq/purescript-lumi-components.git" + , repo = "https://github.com/purescript-react/purescript-lumi-components.git" , version = "v18.0.0" } , machines =