Skip to content

Commit

Permalink
Update to the 47.9.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Dec 25, 2023
1 parent fa3d953 commit 5c16967
Show file tree
Hide file tree
Showing 3 changed files with 25 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 @@ -29,5 +29,5 @@
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20231023",
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231223"
"0.15.13": "psc-0.15.13-20231225"
}
12 changes: 12 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5086,6 +5086,18 @@
"repo": "https://github.com/justinwoo/purescript-record-extra.git",
"version": "v5.0.1"
},
"record-ptional-fields": {
"dependencies": [
"maybe",
"partial",
"prelude",
"record",
"type-equality",
"unsafe-coerce"
],
"repo": "https://github.com/katsujukou/purescript-record-optional-fields.git",
"version": "v0.1.1"
},
"record-studio": {
"dependencies": [
"heterogeneous",
Expand Down
12 changes: 12 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4552,6 +4552,18 @@
, repo = "https://github.com/justinwoo/purescript-record-extra.git"
, version = "v5.0.1"
}
, record-ptional-fields =
{ dependencies =
[ "maybe"
, "partial"
, "prelude"
, "record"
, "type-equality"
, "unsafe-coerce"
]
, repo = "https://github.com/katsujukou/purescript-record-optional-fields.git"
, version = "v0.1.1"
}
, record-studio =
{ dependencies =
[ "heterogeneous", "lists", "prelude", "record", "typelevel-prelude" ]
Expand Down

0 comments on commit 5c16967

Please sign in to comment.