Commit 3af558a0 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[spago] d3 dependencies pulled from upstream

parent 32392996
{ -- d3 = ../purescript-d3/spago.dhall as Location
d3 = {
dependencies =
[ "aff"
, "aff-promise"
, "easy-ffi"
, "effect"
, "either"
, "exceptions"
, "foreign"
, "functions"
, "js-date"
, "maybe"
, "prelude"
, "psci-support"
, "tuples"
]
{ -- d3 = ../purescript-d3/spago.dhall as Location
d3 =
{ dependencies = (https://raw.githubusercontent.com/cgenie/purescript-d3/master/spago.dhall sha256:8b7ccc57d93feec9c8eece52c67318fcd88b9fc3bee0eec3dd1224b5d55a5452).dependencies
, repo = "https://github.com/cgenie/purescript-d3"
, version = "master"
}
,
dom-simple =
, dom-simple =
{ dependencies =
[ "console"
, "effect"
......@@ -75,4 +60,4 @@
, repo = "https://github.com/poorscript/purescript-reactix/"
, version = "v0.4.11"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment