Commit 7ceb40ec authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[spago] fix reactix github repo

parent f6fc45c2
Pipeline #1611 failed with stage
......@@ -101,20 +101,30 @@ let additions =
, repo = "https://github.com/purescript-contrib/purescript-precise"
, version = "v4.0.0"
}
{- , reactix =
, reactix =
{ dependencies =
[ "aff"
, "dom-simple"
, "effect"
, "ffi-simple"
, "functions"
, "nullable"
, "prelude"
, "unsafe-coerce"
[ "aff"
, "arrays"
, "dom-simple"
, "effect"
, "ffi-simple"
, "foldable-traversable"
, "functions"
, "maybe"
, "nullable"
, "prelude"
, "psci-support"
, "refs"
, "spec"
, "spec-mocha"
, "strings"
, "tuples"
, "unfoldable"
, "unsafe-coerce"
]
, repo = "https://github.com/irresponsible/purescript-reactix"
, version = "v0.4.11"
} -}
, version = "v0.4.12"
}
, simple-json-generics =
{ dependencies =
[ "simple-json" ]
......@@ -172,8 +182,8 @@ let additions =
}
}
let localPackages = {
reactix = ../../purescript-reactix/spago.dhall as Location
}
--let localPackages = {
-- reactix = ../../purescript-reactix/spago.dhall as Location
-- }
in upstream // overrides // additions // localPackages
in upstream // overrides // additions -- // localPackages
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