mirror of
https://github.com/rowtype-yoga/purescript-fetch.git
synced 2024-11-22 12:59:39 +03:00
23 lines
557 B
Plaintext
23 lines
557 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "aff"
|
|
, "datetime"
|
|
, "effect"
|
|
, "either"
|
|
, "exceptions"
|
|
, "spec"
|
|
, "strings"
|
|
, "node-buffer"
|
|
, "node-event-emitter"
|
|
, "node-http"
|
|
, "node-net"
|
|
, "node-streams"
|
|
, "partial"
|
|
, "refs"
|
|
]
|
|
}
|