purescript-web-proletarian/spago.test.dhall
2022-11-17 10:27:01 +01:00

22 lines
415 B
Plaintext

let conf = ./spago.dhall
in conf // {
sources = conf.sources # [ "test/**/*.purs" ],
dependencies = conf.dependencies #
[ "spec"
, "spec-discovery"
, "foreign-object"
, "web-dom"
, "arrays"
, "strings"
, "debug"
, "tailrec"
,"datetime",
"either",
"foldable-traversable",
"newtype",
"transformers",
"node-fs-aff"
]
}