purescript-parsing-dataview/spago.dhall

22 lines
388 B
Plaintext
Raw Normal View History

2020-07-27 12:27:48 +03:00
{-
-}
{ name = "parsing-dataview"
, dependencies =
2021-07-21 05:42:45 +03:00
[ "arraybuffer"
2020-07-27 18:10:03 +03:00
, "arraybuffer-types"
2021-07-21 05:42:45 +03:00
, "effect"
, "float32"
, "maybe"
, "parsing"
, "prelude"
2022-12-02 14:22:37 +03:00
, "tailrec"
2021-07-21 05:42:45 +03:00
, "transformers"
, "tuples"
, "uint"
2020-07-27 12:27:48 +03:00
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
2021-11-17 05:28:42 +03:00
, license = "BSD-2-Clause"
2020-07-27 12:27:48 +03:00
, repository = "https://github.com/jamesdbrock/purescript-parsing-dataview"
}