Skip to content

Commit

Permalink
Update to the 57.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 14, 2024
1 parent 0559e08 commit 9603ddc
Show file tree
Hide file tree
Showing 3 changed files with 27 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-20240813"
"0.15.15": "psc-0.15.15-20240814"
}
13 changes: 13 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4468,6 +4468,19 @@
"repo": "https://github.com/mikesol/purescript-ocarina.git",
"version": "v1.5.4"
},
"oooooooooorrrrrrrmm-lib": {
"dependencies": [
"datetime",
"foreign",
"maybe",
"nullable",
"prelude",
"record",
"yoga-json"
],
"repo": "https://github.com/mikesol/purescript-oooooooooorrrrrrrmm-lib.git",
"version": "v0.0.1"
},
"open-folds": {
"dependencies": [
"bifunctors",
Expand Down
13 changes: 13 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3964,6 +3964,19 @@
, repo = "https://github.com/mikesol/purescript-ocarina.git"
, version = "v1.5.4"
}
, oooooooooorrrrrrrmm-lib =
{ dependencies =
[ "datetime"
, "foreign"
, "maybe"
, "nullable"
, "prelude"
, "record"
, "yoga-json"
]
, repo = "https://github.com/mikesol/purescript-oooooooooorrrrrrrmm-lib.git"
, version = "v0.0.1"
}
, open-folds =
{ dependencies =
[ "bifunctors"
Expand Down

0 comments on commit 9603ddc

Please sign in to comment.