Skip to content

Commit

Permalink
Update to the 50.10.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Apr 16, 2024
1 parent 723fd08 commit 446a375
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240227",
"0.15.15": "psc-0.15.15-20240415"
"0.15.15": "psc-0.15.15-20240416"
}
51 changes: 51 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5269,6 +5269,23 @@
"repo": "https://github.com/rowtype-yoga/purescript-react-virtuoso.git",
"version": "v1.0.0"
},
"reactix": {
"dependencies": [
"dom-simple",
"effect",
"ffi-simple",
"foldable-traversable",
"functions",
"maybe",
"nullable",
"prelude",
"strings",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/garganscript/purescript-reactix.git",
"version": "v0.6.0"
},
"read": {
"dependencies": [
"maybe",
Expand Down Expand Up @@ -5676,6 +5693,18 @@
"repo": "https://github.com/justinwoo/purescript-simple-json.git",
"version": "v9.0.0"
},
"simple-json-generics": {
"dependencies": [
"control",
"foreign",
"prelude",
"simple-json",
"transformers",
"typelevel-prelude"
],
"repo": "https://github.com/justinwoo/purescript-simple-json-generics.git",
"version": "v0.2.1"
},
"simple-ulid": {
"dependencies": [
"arrays",
Expand Down Expand Up @@ -6159,6 +6188,21 @@
"repo": "https://github.com/purescript-contrib/purescript-these.git",
"version": "v6.0.0"
},
"toestand": {
"dependencies": [
"effect",
"foldable-traversable",
"ordered-collections",
"prelude",
"reactix",
"record",
"tuples",
"typelevel-prelude",
"typisch"
],
"repo": "https://github.com/garganscript/purescript-toestand.git",
"version": "v0.9.0"
},
"transformation-matrix": {
"dependencies": [
"aff",
Expand Down Expand Up @@ -6349,6 +6393,13 @@
"repo": "https://github.com/jordanmartinez/purescript-typelevel-rows.git",
"version": "v0.1.0"
},
"typisch": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/garganscript/purescript-typisch.git",
"version": "v0.4.0"
},
"uint": {
"dependencies": [
"effect",
Expand Down
49 changes: 49 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4705,6 +4705,23 @@
, repo = "https://github.com/rowtype-yoga/purescript-react-virtuoso.git"
, version = "v1.0.0"
}
, reactix =
{ dependencies =
[ "dom-simple"
, "effect"
, "ffi-simple"
, "foldable-traversable"
, "functions"
, "maybe"
, "nullable"
, "prelude"
, "strings"
, "tuples"
, "unsafe-coerce"
]
, repo = "https://github.com/garganscript/purescript-reactix.git"
, version = "v0.6.0"
}
, read =
{ dependencies = [ "maybe", "prelude", "strings" ]
, repo = "https://github.com/truqu/purescript-read.git"
Expand Down Expand Up @@ -5063,6 +5080,18 @@
, repo = "https://github.com/justinwoo/purescript-simple-json.git"
, version = "v9.0.0"
}
, simple-json-generics =
{ dependencies =
[ "control"
, "foreign"
, "prelude"
, "simple-json"
, "transformers"
, "typelevel-prelude"
]
, repo = "https://github.com/justinwoo/purescript-simple-json-generics.git"
, version = "v0.2.1"
}
, simple-ulid =
{ dependencies =
[ "arrays"
Expand Down Expand Up @@ -5488,6 +5517,21 @@
, repo = "https://github.com/purescript-contrib/purescript-these.git"
, version = "v6.0.0"
}
, toestand =
{ dependencies =
[ "effect"
, "foldable-traversable"
, "ordered-collections"
, "prelude"
, "reactix"
, "record"
, "tuples"
, "typelevel-prelude"
, "typisch"
]
, repo = "https://github.com/garganscript/purescript-toestand.git"
, version = "v0.9.0"
}
, transformation-matrix =
{ dependencies =
[ "aff"
Expand Down Expand Up @@ -5661,6 +5705,11 @@
, repo = "https://github.com/jordanmartinez/purescript-typelevel-rows.git"
, version = "v0.1.0"
}
, typisch =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/garganscript/purescript-typisch.git"
, version = "v0.4.0"
}
, uint =
{ dependencies = [ "effect", "enums", "gen", "maybe", "numbers", "prelude" ]
, repo = "https://github.com/purescript-contrib/purescript-uint.git"
Expand Down

0 comments on commit 446a375

Please sign in to comment.