mirror of
https://github.com/rowtype-yoga/purescript-fetch-yoga-json.git
synced 2024-11-29 04:09:48 +03:00
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "aff"
|
|
, "console"
|
|
, "effect"
|
|
]
|
|
}
|