This repository contains an npm package description for pulling in the dependencies
of the parts of GHCJS implemented with node.js scripts (thrunner.js for Template Haskell and irunner.js` for GHCJSi).
The dist branch contains a full snapshot of the code for these dependencies.
The ghcjs-boot repository has a submodule referring to a commit in that branch.
To update the dependencies:
- update
package.json - commit changes
- run
update.shto add a new snapshot to thedistbranch - update the
ghcjs-nodegit submodule inghcjs-bootto point to the new snapshot