mirror of
https://github.com/rowtype-yoga/purescript-fetch.git
synced 2024-11-29 18:14:16 +03:00
4faa6bbaca
- Add ci.yml - Add documentation - Cleanup
22 lines
526 B
Plaintext
22 lines
526 B
Plaintext
let conf = ./spago.dhall
|
|
|
|
in conf
|
|
// { sources = conf.sources # [ "test/**/*.purs" ]
|
|
, dependencies =
|
|
conf.dependencies
|
|
# [ "aff"
|
|
, "aff-promise"
|
|
, "console"
|
|
, "effect"
|
|
, "either"
|
|
, "exceptions"
|
|
, "lists"
|
|
, "spec"
|
|
, "spec-discovery"
|
|
, "strings"
|
|
, "transformers"
|
|
, "debug"
|
|
, "media-types"
|
|
]
|
|
}
|