purescript-cheerio/spago.dhall

16 lines
309 B
Plaintext

{ name = "cheerio"
, license = "MIT"
, repository = "https://github.com/icyrockcom/purescript-cheerio"
, dependencies =
[ "arrays"
, "effect"
, "functions"
, "maybe"
, "prelude"
, "psci-support"
, "test-unit"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}