purescript-yoga-json/test.dhall
2022-06-24 16:07:13 +01:00

11 lines
227 B
Plaintext

let conf = ./spago.dhall
in conf
// { sources = conf.sources # [ "test/**/*.purs" ]
, dependencies =
conf.dependencies
# [ "assert"
, "debug"
]
}