Skip to content

Commit

Permalink
Update tree-rose (purescript#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored Feb 15, 2022
1 parent befc12d commit 78a6925
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4661,12 +4661,16 @@
},
"tree-rose": {
"dependencies": [
"control",
"foldable-traversable",
"free",
"lists",
"prelude"
"maybe",
"prelude",
"tailrec"
],
"repo": "https://github.com/jordanmartinez/purescript-tree-rose.git",
"version": "v2.0.0"
"version": "v4.0.2"
},
"tuples": {
"dependencies": [
Expand Down
12 changes: 10 additions & 2 deletions src/groups/jordanmartinez.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,17 @@
, version = "v3.0.1"
}
, tree-rose =
{ dependencies = [ "prelude", "lists", "free" ]
{ dependencies =
[ "control"
, "foldable-traversable"
, "free"
, "lists"
, "maybe"
, "prelude"
, "tailrec"
]
, repo = "https://github.com/jordanmartinez/purescript-tree-rose.git"
, version = "v2.0.0"
, version = "v4.0.2"
}
, typelevel-rows =
{ dependencies = [ "prelude" ]
Expand Down

0 comments on commit 78a6925

Please sign in to comment.