purescript-cheerio/spago.dhall

13 lines
225 B
Plaintext
Raw Normal View History

2020-04-17 17:23:07 +00:00
{ name = "purescript-cheerio"
, dependencies =
[ "console"
, "effect"
, "functions"
, "prelude"
, "psci-support"
, "test-unit"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}