mirror of
https://github.com/rowtype-yoga/purescript-graphql-fundeps.git
synced 2024-11-25 07:07:45 +03:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "spec", "foldable-traversable", "affjax-node" ]
|
|
}
|