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"
]
, repo = "https://github.com/cgenie/purescript-d3"
, version = "master"
}
,
dom-simple =
{ dependencies =
[ "console"
, "effect"
, "functions"
, "nullable"
, "prelude"
, "spec"
, "spec-mocha"
, "unsafe-coerce"
]
, repo = "https://github.com/poorscript/purescript-dom-simple"
, version = "v0.2.7"
}
, ffi-simple =
{ dependencies =
[ "prelude"
, "effect"
, "maybe"
, "functions"
, "nullable"
, "unsafe-coerce"
]
, repo = "https://github.com/poorscript/purescript-ffi-simple"
, version = "v0.2.10"
}
, inflection =
{ dependencies = [ "functions" ]
, repo = "https://github.com/athanclark/purescript-inflection"
, version = "v1.0.0"
}
, spec-mocha =
{ dependencies =
[ "console", "foldable-traversable", "exceptions", "spec" ]
, repo = "https://github.com/purescript-spec/purescript-spec-mocha"
, version = "v4.0.0"
}
, reactix =
{ dependencies =
[ "aff"
, "dom-simple"
, "effect"
, "ffi-simple"
, "functions"
, "newtype"
, "nullable"
, "prelude"
, "psci-support"
, "refs"
, "spec"
, "spec-mocha"
, "unsafe-coerce"
]
, repo = "https://github.com/poorscript/purescript-reactix/"
, version = "v0.4.11"
}
}
{ -- 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 =
{ dependencies =
[ "console"
, "effect"
, "functions"
, "nullable"
, "prelude"
, "spec"
, "spec-mocha"
, "unsafe-coerce"
]
, repo = "https://github.com/poorscript/purescript-dom-simple"
, version = "v0.2.7"
}
, ffi-simple =
{ dependencies =
[ "prelude"
, "effect"
, "maybe"
, "functions"
, "nullable"
, "unsafe-coerce"
]
, repo = "https://github.com/poorscript/purescript-ffi-simple"
, version = "v0.2.10"
}
, inflection =
{ dependencies = [ "functions" ]
, repo = "https://github.com/athanclark/purescript-inflection"
, version = "v1.0.0"
}
, spec-mocha =
{ dependencies =
[ "console", "foldable-traversable", "exceptions", "spec" ]
, repo = "https://github.com/purescript-spec/purescript-spec-mocha"
, version = "v4.0.0"
}
, reactix =
{ dependencies =
[ "aff"
, "dom-simple"
, "effect"
, "ffi-simple"
, "functions"
, "newtype"
, "nullable"
, "prelude"
, "psci-support"
, "refs"
, "spec"
, "spec-mocha"
, "unsafe-coerce"
]
, 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