mirror of
https://github.com/rowtype-yoga/purescript-yoga-json.git
synced 2024-11-26 00:08:43 +03:00
f213e33fb4
* Instances for `Yoga.Tree` probably not stack-safe * More datetime instances
40 lines
688 B
Plaintext
40 lines
688 B
Plaintext
{ name = "yoga-json"
|
|
, license = "MIT"
|
|
, repository = "https://github.com/rowtype-yoga/purescript-yoga-json.git"
|
|
, dependencies =
|
|
[ "arrays"
|
|
, "bifunctors"
|
|
, "control"
|
|
, "datetime"
|
|
, "effect"
|
|
, "either"
|
|
, "exceptions"
|
|
, "foldable-traversable"
|
|
, "foreign"
|
|
, "foreign-object"
|
|
, "free"
|
|
, "identity"
|
|
, "integers"
|
|
, "js-bigints"
|
|
, "js-date"
|
|
, "lists"
|
|
, "maybe"
|
|
, "newtype"
|
|
, "nullable"
|
|
, "numbers"
|
|
, "ordered-collections"
|
|
, "partial"
|
|
, "prelude"
|
|
, "record"
|
|
, "strings"
|
|
, "transformers"
|
|
, "tuples"
|
|
, "typelevel-prelude"
|
|
, "unsafe-coerce"
|
|
, "variant"
|
|
, "yoga-tree"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs" ]
|
|
}
|