generated from tpl/purs
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf // {
|
|
sources = conf.sources # [ "test/**/*.purs" ],
|
|
dependencies = conf.dependencies # [ "console", "psci-support", "spec" ]
|
|
}
|