-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I attempted a build of the webapp.hs demo. It kinda worked! I did run into a few issues, though:
- The output js attempted to call parentNode of an HTMLElement as a function. I just changed this in the output javascript to get the demo to work.
- A few errors were received in the console, including
listen websocket: request received for non existent closureandlisten: Communication error
The Fibonacci sequence and the input bits appeared to work fine, though there was some flickering in the browser during the socket errors. The counter buttons crashed the program.
I'm using the lts-7.19 resolver, and my extra deps look like this:
extra-deps:
- axiom-0.4.6
- transient-0.5.9.2
- transient-universe-0.4.6.1
I saw that the stack.yaml in the repos were fixed to commits -- should I do the same?
Metadata
Metadata
Assignees
Labels
No labels