purescript-yoga-fetch/test.dhall
2022-05-10 19:16:33 +02:00

12 lines
252 B
Plaintext

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