-
Spago https://github.com/spacchetti/spago seems to have become popular for PureScript projects
-
This was brought up in Slack (primarily by @f-f), and I think it's something we should discuss.
* The whole compiler is a very large dependency if we want to encourage external tooling that might…
-
Some packages have implicit dependencies on JavaScript packages that aren’t enforced anywhere and must be propagated manually. For instance `react-basic` unsurprisingly depends on `react` and `react-d…
kl0tl updated
4 years ago
-
Has there been any discussion of being able to specify the options passed to `purs` in the config file? My particular use case (alternate backends) currently requires `spago build -- -g corefn`, which…
-
We should check that we're including the `psci-support` as a package when starting a `spago repl`, as the error message can be quite misleading, e.g. see [this thread](https://discourse.purescript.org…
-
As per title, documentation for `Prim` modules (i.e. `docs.json` files) is currently not generated when calling `purs docs`, but it would be desiderable to do so - currently the only place that has do…
-
Currently one can use all the modules that are indirect dependencies of the direct dependencies. It would be a bit nicer, if we could just use the modules that are explicitly declared.
-
From spacchetti/spago#534.
-
Right now adding a package to the set is a somewhat tedious manual process.
Getting inspiration from here: https://github.com/justinwoo/spacchetti/blob/master/scripts/from-bower.pl
It would be …
-
In a similar way that the global cache can be altered by the person using `spago`:
https://github.com/spacchetti/spago/blob/5e4e134d3734eef4750bb6e9d224c3f1f47fa6fc/src/Spago/GlobalCache.hs#L140-L1…