Commit a670971b authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[spago] update d3 dependencies

parent c7b5e7ab
This diff is collapsed.
{ -- d3 = ../purescript-d3/spago.dhall as Location { -- d3 = ../purescript-d3/spago.dhall as Location
d3 = { d3 = {
dependencies = dependencies =
[ "easy-ffi" [ "aff"
, "aff-promise"
, "easy-ffi"
, "effect" , "effect"
, "either" , "either"
, "exceptions" , "exceptions"
, "foreign" , "foreign"
, "functions"
, "js-date" , "js-date"
, "maybe" , "maybe"
, "prelude" , "prelude"
, "psci-support" , "psci-support"
, "tuples" ] , "tuples"
]
, repo = "https://github.com/cgenie/purescript-d3" , repo = "https://github.com/cgenie/purescript-d3"
, version = "master" , version = "master"
} }
......
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