mirror of
https://github.com/natefaubion/purescript-tidy.git
synced 2024-12-01 20:53:34 +03:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
{ name = "purescript-tidy-script"
|
|
, dependencies =
|
|
[ "effect"
|
|
, "node-child-process"
|
|
, "node-fs"
|
|
, "node-process"
|
|
]
|
|
, packages = ../packages.dhall
|
|
, sources = [ "script/**/*.purs" ]
|
|
}
|