diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index ccf8c16d..0c13f26c 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-20230731" + "0.15.10": "psc-0.15.10-20230801" } diff --git a/packages.json b/packages.json index 69922a80..fba1f1e2 100644 --- a/packages.json +++ b/packages.json @@ -867,7 +867,7 @@ "web-html" ], "repo": "https://github.com/thought2/purescript-chameleon-halogen.git", - "version": "v0.0.4" + "version": "v0.0.5" }, "chameleon-react-basic": { "dependencies": [ @@ -887,7 +887,23 @@ "web-dom" ], "repo": "https://github.com/thought2/purescript-chameleon-react-basic.git", - "version": "v0.0.1" + "version": "v0.0.2" + }, + "chameleon-styled": { + "dependencies": [ + "arrays", + "chameleon", + "chameleon-transformers", + "foldable-traversable", + "maybe", + "newtype", + "prelude", + "strings", + "tuples", + "unordered-collections" + ], + "repo": "https://github.com/thought2/purescript-chameleon-styled.git", + "version": "v0.0.8" }, "chameleon-transformers": { "dependencies": [ @@ -900,7 +916,7 @@ "tuples" ], "repo": "https://github.com/thought2/purescript-chameleon-transformers.git", - "version": "v0.0.1" + "version": "v0.0.4" }, "channel": { "dependencies": [ @@ -1190,6 +1206,23 @@ "repo": "https://github.com/deemp/purescript-css-frameworks.git", "version": "v1.0.1" }, + "data-mvc": { + "dependencies": [ + "arrays", + "bifunctors", + "either", + "heterogeneous", + "maybe", + "mvc", + "newtype", + "prelude", + "profunctor", + "record", + "variant" + ], + "repo": "https://github.com/thought2/purescript-data-mvc.git", + "version": "v0.0.2" + }, "datetime": { "dependencies": [ "bifunctors", @@ -2897,6 +2930,32 @@ "repo": "https://github.com/purescript/purescript-integers.git", "version": "v6.0.0" }, + "interactive-data": { + "dependencies": [ + "arrays", + "bifunctors", + "chameleon", + "chameleon-styled", + "chameleon-transformers", + "convertable-options", + "data-mvc", + "dodo-printer", + "either", + "foldable-traversable", + "identity", + "maybe", + "mvc", + "newtype", + "ordered-collections", + "prelude", + "strings", + "these", + "tuples", + "typelevel-prelude" + ], + "repo": "https://github.com/thought2/purescript-interactive-data.all.git", + "version": "v0.0.3" + }, "interpolate": { "dependencies": [ "partial", @@ -3657,6 +3716,18 @@ "repo": "https://github.com/justinwoo/purescript-motsunabe.git", "version": "v2.0.0" }, + "mvc": { + "dependencies": [ + "heterogeneous", + "maybe", + "newtype", + "prelude", + "record", + "variant" + ], + "repo": "https://github.com/thought2/purescript-mvc.git", + "version": "v0.0.1" + }, "mysql": { "dependencies": [ "aff", diff --git a/src/packages.dhall b/src/packages.dhall index d13b40b5..a3dec789 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -786,7 +786,7 @@ , "web-html" ] , repo = "https://github.com/thought2/purescript-chameleon-halogen.git" - , version = "v0.0.4" + , version = "v0.0.5" } , chameleon-react-basic = { dependencies = @@ -806,7 +806,23 @@ , "web-dom" ] , repo = "https://github.com/thought2/purescript-chameleon-react-basic.git" - , version = "v0.0.1" + , version = "v0.0.2" + } +, chameleon-styled = + { dependencies = + [ "arrays" + , "chameleon" + , "chameleon-transformers" + , "foldable-traversable" + , "maybe" + , "newtype" + , "prelude" + , "strings" + , "tuples" + , "unordered-collections" + ] + , repo = "https://github.com/thought2/purescript-chameleon-styled.git" + , version = "v0.0.8" } , chameleon-transformers = { dependencies = @@ -819,7 +835,7 @@ , "tuples" ] , repo = "https://github.com/thought2/purescript-chameleon-transformers.git" - , version = "v0.0.1" + , version = "v0.0.4" } , channel = { dependencies = @@ -1056,6 +1072,23 @@ , repo = "https://github.com/deemp/purescript-css-frameworks.git" , version = "v1.0.1" } +, data-mvc = + { dependencies = + [ "arrays" + , "bifunctors" + , "either" + , "heterogeneous" + , "maybe" + , "mvc" + , "newtype" + , "prelude" + , "profunctor" + , "record" + , "variant" + ] + , repo = "https://github.com/thought2/purescript-data-mvc.git" + , version = "v0.0.2" + } , datetime = { dependencies = [ "bifunctors" @@ -2630,6 +2663,32 @@ , repo = "https://github.com/purescript/purescript-integers.git" , version = "v6.0.0" } +, interactive-data = + { dependencies = + [ "arrays" + , "bifunctors" + , "chameleon" + , "chameleon-styled" + , "chameleon-transformers" + , "convertable-options" + , "data-mvc" + , "dodo-printer" + , "either" + , "foldable-traversable" + , "identity" + , "maybe" + , "mvc" + , "newtype" + , "ordered-collections" + , "prelude" + , "strings" + , "these" + , "tuples" + , "typelevel-prelude" + ] + , repo = "https://github.com/thought2/purescript-interactive-data.all.git" + , version = "v0.0.3" + } , interpolate = { dependencies = [ "partial", "prelude" ] , repo = "https://github.com/jordanmartinez/purescript-interpolate.git" @@ -3268,6 +3327,12 @@ , repo = "https://github.com/justinwoo/purescript-motsunabe.git" , version = "v2.0.0" } +, mvc = + { dependencies = + [ "heterogeneous", "maybe", "newtype", "prelude", "record", "variant" ] + , repo = "https://github.com/thought2/purescript-mvc.git" + , version = "v0.0.1" + } , mysql = { dependencies = [ "aff"