mirror of
https://github.com/rowtype-yoga/purescript-fetch.git
synced 2024-11-26 07:41:31 +03:00
4faa6bbaca
- Add ci.yml - Add documentation - Cleanup
24 lines
441 B
Plaintext
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"
|
|
}
|