purescript-fetch/test.dhall
sigma-andex 4faa6bbaca
Cleanup and polishing
- Add ci.yml
- Add documentation
- Cleanup
2022-08-19 16:42:54 +01:00

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