purescript-fetch/spago.dhall

8 lines
239 B
Plaintext
Raw Normal View History

2022-08-18 12:47:23 +03:00
{ 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"
}