mirror of
https://github.com/rowtype-yoga/purescript-yoga-json.git
synced 2024-11-22 09:52:08 +03:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "spec"
|
|
, "spec-discovery"
|
|
, "aff"
|
|
, "strings-extra"
|
|
, "newtype"
|
|
, "debug"
|
|
, "now"
|
|
]
|
|
}
|