Skip to content

Commit

Permalink
Update to the 40.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Sep 2, 2023
1 parent 277ce0c commit 38a0b4b
Show file tree
Hide file tree
Showing 3 changed files with 31 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 @@ -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-20230901"
"0.15.10": "psc-0.15.10-20230902"
}
15 changes: 15 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,21 @@
"repo": "https://github.com/purescript/purescript-arrays.git",
"version": "v7.2.1"
},
"arrays-extra": {
"dependencies": [
"arrays",
"console",
"effect",
"either",
"foldable-traversable",
"maybe",
"partial",
"prelude",
"tuples"
],
"repo": "https://github.com/flip111/purescript-arrays-extra.git",
"version": "v0.1.3"
},
"arrays-zipper": {
"dependencies": [
"arrays",
Expand Down
15 changes: 15 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,21 @@
, repo = "https://github.com/purescript/purescript-arrays.git"
, version = "v7.2.1"
}
, arrays-extra =
{ dependencies =
[ "arrays"
, "console"
, "effect"
, "either"
, "foldable-traversable"
, "maybe"
, "partial"
, "prelude"
, "tuples"
]
, repo = "https://github.com/flip111/purescript-arrays-extra.git"
, version = "v0.1.3"
}
, arrays-zipper =
{ dependencies = [ "arrays", "control", "quickcheck" ]
, repo = "https://github.com/JordanMartinez/purescript-arrays-zipper.git"
Expand Down

0 comments on commit 38a0b4b

Please sign in to comment.