Skip to content

Commit

Permalink
Update to the 31.5.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 1, 2023
1 parent 403ee78 commit 01a9d19
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 7 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
77 changes: 74 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
Expand All @@ -900,7 +916,7 @@
"tuples"
],
"repo": "https://github.com/thought2/purescript-chameleon-transformers.git",
"version": "v0.0.1"
"version": "v0.0.4"
},
"channel": {
"dependencies": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
71 changes: 68 additions & 3 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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 =
Expand All @@ -819,7 +835,7 @@
, "tuples"
]
, repo = "https://github.com/thought2/purescript-chameleon-transformers.git"
, version = "v0.0.1"
, version = "v0.0.4"
}
, channel =
{ dependencies =
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 01a9d19

Please sign in to comment.