purescript-parsing-dataview/spago.dhall
2020-07-27 18:30:09 +09:00

13 lines
255 B
Plaintext

{-
-}
{ name = "parsing-dataview"
, dependencies =
[ "arraybuffer-types"
, "arraybuffer"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
, license = "MIT"
, repository = "https://github.com/jamesdbrock/purescript-parsing-dataview"
}