Skip to content

Commit

Permalink
Update to the 47.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Dec 8, 2023
1 parent 9536406 commit 78c37f7
Show file tree
Hide file tree
Showing 3 changed files with 16 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-20231206"
"0.15.13": "psc-0.15.13-20231208"
}
10 changes: 10 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,16 @@
"repo": "https://github.com/bklaric/purescript-error.git",
"version": "v2.0.0"
},
"eta-conversion": {
"dependencies": [
"effect",
"prelude",
"transformers",
"type-equality"
],
"repo": "https://github.com/pujoheadsoft/purescript-eta-conversion.git",
"version": "v0.1.0"
},
"exceptions": {
"dependencies": [
"effect",
Expand Down
5 changes: 5 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,11 @@
, repo = "https://github.com/bklaric/purescript-error.git"
, version = "v2.0.0"
}
, eta-conversion =
{ dependencies = [ "effect", "prelude", "transformers", "type-equality" ]
, repo = "https://github.com/pujoheadsoft/purescript-eta-conversion.git"
, version = "v0.1.0"
}
, exceptions =
{ dependencies = [ "effect", "either", "maybe", "prelude" ]
, repo = "https://github.com/purescript/purescript-exceptions.git"
Expand Down

0 comments on commit 78c37f7

Please sign in to comment.