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