spago
spago copied to clipboard
🍝 PureScript package manager and build tool
I tried to install purescript and spago on Windows 10, `node -v` ` v16.15.1` , using `npm i -g purescript` and `npm i -g spago`, respectively. The purescript part is...
This is useful when non-purescript files are executed during the build via --before, e.g. for code generation.
before spago 0.20.8. One can bundle a purescript app using spago2nix and spago in a nix derivation ```nix in stdenv.mkDerivation rec { pname = "my-frontend"; src = lib.cleanSource ./.; version...
### Description of the change investigate for https://github.com/purescript/spago/issues/888 ### Checklist: - [ ] Added the change to the "Unreleased" section of the changelog - [ ] Added some example of...
there is some network issue at using spago, and here is some bad situaiton like there is no allow for foreign network access. is there some fork or commit to...
### Description of the change Replace Data.HashMap.Strict with Data.Aeson.KeyMap See also issue #887
When I build https://github.com/feramhq/transity with following command: ```sh spago bundle-app \ --platform=node \ --minify ``` And try to execute it like `node index.js`, I get following error: ```txt Error: Dynamic...
Might be related to #639 When running `spago bump-version --no-dry-run major` on Windows 11 it will fail to run `bower install` because `'C:\Program' is not recognized as an internal or...
Hi, this is more a question than an issue: The docs say to build with `--purs-args "-g sourcemaps"` (which didn't work for me): https://github.com/purescript/spago#get-source-maps-for-my-project But there is also [a flag...
As of a few days ago, there is a new bower-json version which supports aeson 2.0. Now to support aeson 2.0 there are only the build errors in spago itself...