mirror of
https://github.com/natefaubion/purescript-tidy.git
synced 2024-11-29 14:53:30 +03:00
21 lines
332 B
Plaintext
21 lines
332 B
Plaintext
{ name = "tidy"
|
|
, dependencies =
|
|
[ "arrays"
|
|
, "control"
|
|
, "dodo-printer"
|
|
, "either"
|
|
, "foldable-traversable"
|
|
, "lists"
|
|
, "maybe"
|
|
, "newtype"
|
|
, "ordered-collections"
|
|
, "partial"
|
|
, "prelude"
|
|
, "language-cst-parser"
|
|
, "strings"
|
|
, "tuples"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs" ]
|
|
}
|