mirror of
https://github.com/rowtype-yoga/purescript-lazy-joe.git
synced 2024-11-29 10:27:57 +03:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf // {
|
|
sources = conf.sources # [ "test/**/*.purs", "docs/Examples/**/*.purs" ],
|
|
dependencies = conf.dependencies # [
|
|
, "spec"
|
|
, "debug"
|
|
, "console"
|
|
]
|
|
}
|