purescript-parsing-dataview/spago.dhall
2021-07-21 15:26:42 +09:00

21 lines
374 B
Plaintext

{-
-}
{ name = "parsing-dataview"
, dependencies =
[ "arraybuffer"
, "arraybuffer-types"
, "effect"
, "float32"
, "maybe"
, "parsing"
, "prelude"
, "transformers"
, "tuples"
, "uint"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
, license = "BSD-3-Clause"
, repository = "https://github.com/jamesdbrock/purescript-parsing-dataview"
}