ghcjs-commonjs/examples/failure
2016-06-23 02:24:54 -03:00
..
ghcjs-commonjs-failure.cabal Add failure handling example & implementation 2016-06-18 13:13:27 -03:00
index.js Update examples 2016-06-19 22:28:42 -03:00
Main.hs Add failure handling example & implementation 2016-06-18 13:13:27 -03:00
package.json Example fixes 2016-06-23 02:24:54 -03:00
README.md Update examples 2016-06-20 14:31:20 -03:00
Setup.hs Add failure handling example & implementation 2016-06-18 13:13:27 -03:00
stack.yaml Add failure handling example & implementation 2016-06-18 13:13:27 -03:00

ghcjs-commonjs-failure

GHCJS CommonJS failure handling example.

Building

Running:

npm install

Will install dependencies. To build you can run:

npm run build

Running

The generated code should be executable in Node.js and the Browser.