-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run the examples? #7
Comments
I use 7.8.3
And all works fine! |
I'm using: Use HTML from @maks83 , comment out the easing and slide examples in examples/src/Main.hs, then compile with (from the top-level dir): haste-inst install
hastec --with-js=lib/stubs.js example/src/Main.hs example/src/Circles.hs example/src/Easing.hs example/src/Simple.hs example/src/Slide.hs example/src/Chain.hs --out=example/src/Main.js --debug --ddisable-js-opts |
After installing with
haste-inst install
,I run:
hastec --with-js=lib/stubs.js example/simple/simple.hs --out=example/simple/main.js
from the root of the projectAnd then open the file in chrome.
And when I type in the input box, the texts doesn't change.
Does it depend on some fixed version of ghc? I use
7.6.3
The text was updated successfully, but these errors were encountered: