generated from tpl/purs
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
{ name = "yaml-next"
|
|
, license = "MIT"
|
|
, repository = "https://github.com/archaeron/purescript-yaml-next"
|
|
, dependencies =
|
|
[ "argonaut-codecs"
|
|
, "argonaut-core"
|
|
, "effect"
|
|
, "foreign"
|
|
, "functions"
|
|
, "ordered-collections"
|
|
, "unsafe-coerce"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs" ]
|
|
}
|