mirror of
https://github.com/rowtype-yoga/purescript-yoga-fetch.git
synced 2024-11-25 08:24:10 +03:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "spec"
|
|
, "either"
|
|
, "strings"
|
|
]
|
|
}
|