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

24 lines
441 B
Plaintext

{ name = "fetch"
, dependencies =
[ "aff"
, "aff-promise"
, "arraybuffer-types"
, "effect"
, "fetch-core"
, "foreign"
, "http-methods"
, "newtype"
, "prelude"
, "record"
, "typelevel-prelude"
, "unsafe-coerce"
, "web-file"
, "web-promise"
, "web-streams"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
, license = "MIT"
, repository = "https://github.com/rowtype-yoga/purescript-fetch.git"
}