Commit b089ee1f authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[spago] use upstream d3 source, not the local one

parent aef271dc
...@@ -99,7 +99,7 @@ in upstream ...@@ -99,7 +99,7 @@ in upstream
------------------------------- -------------------------------
-} -}
let upstream = let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210516/packages.dhall sha256:f5e978371d4cdc4b916add9011021509c8d869f4c3f6d0d2694c0e03a85046c8 https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210613/packages.dhall sha256:5f10380b3ca7d3a32ea5c2b7535e4814a5e3f3590c70692f76e596d6ab0687b3
let reactix-d3-additions = ../packages-additions.dhall let reactix-d3-additions = ../packages-additions.dhall
......
{ d3 = ../purescript-d3/spago.dhall as Location { -- d3 = ../purescript-d3/spago.dhall as Location
{- d3 = { d3 = {
dependencies = dependencies =
[ "easy-ffi" [ "easy-ffi"
, "effect" , "effect"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
, "tuples" ] , "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 =
......
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