Skip to content

Commit

Permalink
Update to the 35.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 10, 2023
1 parent d59920c commit 4633acc
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 @@ -27,5 +27,5 @@
"0.15.7": "psc-0.15.7-20230408",
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20230808"
"0.15.10": "psc-0.15.10-20230810"
}
6 changes: 5 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4703,17 +4703,21 @@
"dependencies": [
"aff",
"arrays",
"control",
"effect",
"exceptions",
"foldable-traversable",
"maybe",
"newtype",
"partial",
"prelude",
"spec",
"strings",
"transformers",
"unsafe-coerce"
],
"repo": "https://github.com/pujoheadsoft/purescript-pmock.git",
"version": "v0.4.0"
"version": "v0.5.0"
},
"point-free": {
"dependencies": [
Expand Down
6 changes: 5 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4218,17 +4218,21 @@
{ dependencies =
[ "aff"
, "arrays"
, "control"
, "effect"
, "exceptions"
, "foldable-traversable"
, "maybe"
, "newtype"
, "partial"
, "prelude"
, "spec"
, "strings"
, "transformers"
, "unsafe-coerce"
]
, repo = "https://github.com/pujoheadsoft/purescript-pmock.git"
, version = "v0.4.0"
, version = "v0.5.0"
}
, point-free =
{ dependencies = [ "prelude" ]
Expand Down

0 comments on commit 4633acc

Please sign in to comment.