mirror of
https://github.com/rowtype-yoga/purescript-mdast-util-from-markdown.git
synced 2024-11-25 08:34:00 +03:00
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "aff"
|
|
, "effect"
|
|
, "spec"
|
|
, "spec-discovery"
|
|
]
|
|
}
|