purescript-fetch/spago.dhall
2022-08-18 10:47:23 +01:00

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