mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-26 07:38:09 +03:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf // {
|
|
sources = conf.sources # ["test/**/*.purs"],
|
|
dependencies = conf.dependencies # ["assert", "console"]
|
|
}
|