mirror of
https://github.com/natefaubion/purescript-tidy.git
synced 2024-11-26 00:09:27 +03:00
Add transitive dependencies
This commit is contained in:
parent
93e5b6edfa
commit
d00c421979
@ -2,15 +2,32 @@
|
||||
, dependencies =
|
||||
[ "aff"
|
||||
, "argparse-basic"
|
||||
, "arrays"
|
||||
, "console"
|
||||
, "dodo-printer"
|
||||
, "effect"
|
||||
, "either"
|
||||
, "foldable-traversable"
|
||||
, "lists"
|
||||
, "maybe"
|
||||
, "newtype"
|
||||
, "node-buffer"
|
||||
, "node-fs"
|
||||
, "node-fs-aff"
|
||||
, "node-glob-basic"
|
||||
, "node-path"
|
||||
, "node-process"
|
||||
, "node-streams"
|
||||
, "node-workerbees"
|
||||
, "ordered-collections"
|
||||
, "parallel"
|
||||
, "partial"
|
||||
, "prelude"
|
||||
, "psci-support"
|
||||
, "purescript-language-cst-parser"
|
||||
, "refs"
|
||||
, "strings"
|
||||
, "tuples"
|
||||
]
|
||||
, packages = ../packages.dhall
|
||||
, sources = [ "src/**/*.purs", "bin/**/*.purs" ]
|
||||
|
@ -1,9 +1,15 @@
|
||||
{ name = "purescript-tidy-script"
|
||||
, dependencies =
|
||||
[ "effect"
|
||||
[ "arrays"
|
||||
, "effect"
|
||||
, "maybe"
|
||||
, "node-buffer"
|
||||
, "node-child-process"
|
||||
, "node-fs"
|
||||
, "node-path"
|
||||
, "node-process"
|
||||
, "prelude"
|
||||
, "strings"
|
||||
]
|
||||
, packages = ../packages.dhall
|
||||
, sources = [ "script/**/*.purs" ]
|
||||
|
Loading…
Reference in New Issue
Block a user