mirror of
https://github.com/rowtype-yoga/purescript-yoga-json.git
synced 2024-12-01 20:03:15 +03:00
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "assert"
|
|
, "debug"
|
|
]
|
|
}
|