-
After the latest software update on my `Pop!_OS` (which is basically `Ubuntu`), `spago` started to throw an error:
```
spago: error while loading shared libraries: libtinfo.so.5: cannot open shared …
-
Versions:
- `+ spago@0.7.7`
- `+ purescript@0.12.5`
Problem:
I am attempting to run `spago build` installed via npm inside of a container. When I do that on an empty project after running `spa…
-
Trying to run
npm i -g purescript
On alpine:3.10.1 in a docker container.
node v10.16.0
npm v6.9.0
716 verbose stack Error: purescript@0.13.2 postinstall: `install-purescript --purs-ver=0.1…
-
Currently when one adds a package to the `packages.dhall` the expectation is that spago will also pick it up as a dependency...but no, build dependencies need to be specified in the `spago.dhall`, as …
-
I'm using `nix` in multi-user mode on MacOS Catalina with the `20.03` channel. Installing spago via `nix-env -i spago` yields this GHC error:
```
src/Spago/Templates.hs:32:3: error:
• Excepti…
-
As noted in https://github.com/spacchetti/spago/issues/465#issuecomment-546569568, emacs creates some temporary files that trigger unnecessary rebuilds when using the `--watch` flag. We should just i…
-
Auto-publishing failed with:
```
Executing prepublish script 'npm run vscode:prepublish'...
> ide-purescript@0.21.2 vscode:prepublish /tmp/repository
> npm run -s build
sh: 1: spago: not fo…
-
https://github.com/spacchetti/spago
-
In the readme, it mentions that `spago` is about supporting monorepos. It seems to support producing a monorepo fairly well. However, it's not readily clear how to consume a monorepo. It seems like ev…
-
Spago https://github.com/spacchetti/spago seems to have become popular for PureScript projects