mirror of
https://github.com/rowtype-yoga/purescript-fetch.git
synced 2024-11-23 06:32:51 +03:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
{ name = "fetch"
|
|
, dependencies = [ "console", "effect", "prelude" ]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
|
, license = "MIT"
|
|
, repository = "https://github.com/rowtype-yoga/purescript-fetch.git"
|
|
}
|