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 = ../purescript-d3/spago.dhall as Location
d3 = { d3 =
dependencies = { dependencies = (https://raw.githubusercontent.com/cgenie/purescript-d3/master/spago.dhall sha256:8b7ccc57d93feec9c8eece52c67318fcd88b9fc3bee0eec3dd1224b5d55a5452).dependencies
[ "aff"
, "aff-promise"
, "easy-ffi"
, "effect"
, "either"
, "exceptions"
, "foreign"
, "functions"
, "js-date"
, "maybe"
, "prelude"
, "psci-support"
, "tuples"
]
, repo = "https://github.com/cgenie/purescript-d3" , repo = "https://github.com/cgenie/purescript-d3"
, version = "master" , version = "master"
} }
, , dom-simple =
dom-simple =
{ dependencies = { dependencies =
[ "console" [ "console"
, "effect" , "effect"
...@@ -75,4 +60,4 @@ ...@@ -75,4 +60,4 @@
, repo = "https://github.com/poorscript/purescript-reactix/" , repo = "https://github.com/poorscript/purescript-reactix/"
, version = "v0.4.11" , 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