You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 project
And 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:
I'm using:
GHC 7.8.4
haste 0.5.0 (master from a few weeks ago)
and out of those 5 examples, I could only get 3 to work. I had to use --ddisable-js-opts, otherwise only chain-demo worked.
Use HTML from @maks83 , comment out the easing and slide examples in examples/src/Main.hs, then compile with (from the top-level dir):
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: