Skip to content

Commit

Permalink
Update to the 57.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 15, 2024
1 parent 9603ddc commit fad2896
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 39 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-20240814"
"0.15.15": "psc-0.15.15-20240815"
}
34 changes: 16 additions & 18 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4483,61 +4483,59 @@
},
"open-folds": {
"dependencies": [
"bifunctors",
"console",
"control",
"distributive",
"effect",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"newtype",
"ordered-collections",
"prelude",
"profunctor",
"psci-support",
"tuples"
"profunctor"
],
"repo": "https://github.com/purescript-open-community/purescript-open-folds.git",
"version": "v6.3.0"
"version": "v6.4.0"
},
"open-memoize": {
"dependencies": [
"console",
"effect",
"either",
"integers",
"lazy",
"lists",
"maybe",
"partial",
"prelude",
"psci-support",
"strings",
"tuples"
],
"repo": "https://github.com/purescript-open-community/purescript-open-memoize.git",
"version": "v6.1.0"
"version": "v6.2.0"
},
"open-mkdirp-aff": {
"dependencies": [
"aff",
"effect",
"exceptions",
"node-fs",
"node-path",
"prelude"
],
"repo": "https://github.com/purescript-open-community/purescript-open-mkdirp-aff.git",
"version": "v1.2.0"
},
"open-pairing": {
"dependencies": [
"console",
"control",
"effect",
"either",
"free",
"functors",
"identity",
"newtype",
"prelude",
"psci-support",
"transformers",
"tuples"
],
"repo": "https://github.com/purescript-open-community/purescript-open-pairing.git",
"version": "v6.1.0"
"version": "v6.2.0"
},
"options": {
"dependencies": [
Expand Down
33 changes: 13 additions & 20 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3979,64 +3979,57 @@
}
, open-folds =
{ dependencies =
[ "bifunctors"
, "console"
, "control"
[ "control"
, "distributive"
, "effect"
, "either"
, "foldable-traversable"
, "identity"
, "invariant"
, "maybe"
, "newtype"
, "ordered-collections"
, "prelude"
, "profunctor"
, "psci-support"
, "tuples"
]
, repo =
"https://github.com/purescript-open-community/purescript-open-folds.git"
, version = "v6.3.0"
, version = "v6.4.0"
}
, open-memoize =
{ dependencies =
[ "console"
, "effect"
, "either"
[ "either"
, "integers"
, "lazy"
, "lists"
, "maybe"
, "partial"
, "prelude"
, "psci-support"
, "strings"
, "tuples"
]
, repo =
"https://github.com/purescript-open-community/purescript-open-memoize.git"
, version = "v6.1.0"
, version = "v6.2.0"
}
, open-mkdirp-aff =
{ dependencies =
[ "aff", "effect", "exceptions", "node-fs", "node-path", "prelude" ]
, repo =
"https://github.com/purescript-open-community/purescript-open-mkdirp-aff.git"
, version = "v1.2.0"
}
, open-pairing =
{ dependencies =
[ "console"
, "control"
, "effect"
[ "control"
, "either"
, "free"
, "functors"
, "identity"
, "newtype"
, "prelude"
, "psci-support"
, "transformers"
, "tuples"
]
, repo =
"https://github.com/purescript-open-community/purescript-open-pairing.git"
, version = "v6.1.0"
, version = "v6.2.0"
}
, options =
{ dependencies =
Expand Down

0 comments on commit fad2896

Please sign in to comment.