purescript-fetch/test.dhall
2023-12-06 23:35:54 +01:00

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"
]
}