diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index 63a5caf7..a8ae2cd8 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-20240105" + "0.15.14": "psc-0.15.14-20240112" } diff --git a/packages.json b/packages.json index 487181e2..3a6895ec 100644 --- a/packages.json +++ b/packages.json @@ -1658,6 +1658,17 @@ "repo": "https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git", "version": "v1.1.0" }, + "fft-js": { + "dependencies": [ + "arrays", + "cartesian", + "partial", + "prelude", + "st" + ], + "repo": "https://github.com/jeslie0/purescript-fft-js.git", + "version": "v0.1.0" + }, "filterable": { "dependencies": [ "arrays", @@ -2085,6 +2096,24 @@ "repo": "https://github.com/Ebmtranceboy/purescript-geometry-plane.git", "version": "v1.0.3" }, + "gojs": { + "dependencies": [ + "effect", + "foldable-traversable", + "functions", + "lists", + "maybe", + "nullable", + "prelude", + "typelevel-prelude", + "unsafe-coerce", + "variant", + "web-events", + "web-html" + ], + "repo": "https://github.com/AdaBeat/purescript-gojs.git", + "version": "v0.1.0" + }, "grain": { "dependencies": [ "arrays", diff --git a/src/packages.dhall b/src/packages.dhall index ee62f4f3..679b042e 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -1451,6 +1451,11 @@ , repo = "https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git" , version = "v1.1.0" } +, fft-js = + { dependencies = [ "arrays", "cartesian", "partial", "prelude", "st" ] + , repo = "https://github.com/jeslie0/purescript-fft-js.git" + , version = "v0.1.0" + } , filterable = { dependencies = [ "arrays" @@ -1848,6 +1853,24 @@ , repo = "https://github.com/Ebmtranceboy/purescript-geometry-plane.git" , version = "v1.0.3" } +, gojs = + { dependencies = + [ "effect" + , "foldable-traversable" + , "functions" + , "lists" + , "maybe" + , "nullable" + , "prelude" + , "typelevel-prelude" + , "unsafe-coerce" + , "variant" + , "web-events" + , "web-html" + ] + , repo = "https://github.com/AdaBeat/purescript-gojs.git" + , version = "v0.1.0" + } , grain = { dependencies = [ "arrays"