purescript-yoga-tree/spago.dhall

16 lines
301 B
Plaintext
Raw Normal View History

{ sources = [ "src/**/*.purs" ]
, license = "MIT"
2022-02-15 17:30:21 +03:00
, repository = "https://github.com/jordanmartinez/purescript-tree-rose"
2022-11-01 22:42:23 +03:00
, name = "yoga-tree"
2022-02-15 17:14:39 +03:00
, dependencies =
2022-08-29 11:54:06 +03:00
[ "arrays"
, "control"
2022-02-15 17:14:39 +03:00
, "foldable-traversable"
, "free"
, "maybe"
, "prelude"
, "tailrec"
]
2020-05-21 03:50:24 +03:00
, packages = ./packages.dhall
2019-03-28 03:50:01 +03:00
}