Skip to content

Commit

Permalink
Update to the 50.13.1 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed May 2, 2024
1 parent ee443a3 commit 8f92238
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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-20240501"
"0.15.15": "psc-0.15.15-20240502"
}
6 changes: 5 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,10 +1053,12 @@
"aff",
"arrays",
"bifunctors",
"control",
"datetime",
"effect",
"either",
"exceptions",
"filterable",
"foldable-traversable",
"foreign",
"foreign-object",
Expand All @@ -1069,9 +1071,11 @@
"node-streams",
"nullable",
"numbers",
"ordered-collections",
"precise-datetime",
"prelude",
"record",
"record-extra",
"st",
"strings",
"tailrec",
Expand All @@ -1080,7 +1084,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/cakekindel/purescript-csv-stream.git",
"version": "v1.1.0"
"version": "v1.1.7"
},
"data-mvc": {
"dependencies": [
Expand Down
6 changes: 5 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -897,10 +897,12 @@
[ "aff"
, "arrays"
, "bifunctors"
, "control"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "filterable"
, "foldable-traversable"
, "foreign"
, "foreign-object"
Expand All @@ -913,9 +915,11 @@
, "node-streams"
, "nullable"
, "numbers"
, "ordered-collections"
, "precise-datetime"
, "prelude"
, "record"
, "record-extra"
, "st"
, "strings"
, "tailrec"
Expand All @@ -924,7 +928,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/cakekindel/purescript-csv-stream.git"
, version = "v1.1.0"
, version = "v1.1.7"
}
, data-mvc =
{ dependencies =
Expand Down

0 comments on commit 8f92238

Please sign in to comment.