purescript-cheerio/spago.dhall

16 lines
309 B
Plaintext
Raw Normal View History

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