reflex-jsx
reflex-jsx copied to clipboard
can't compile on ghcjs
when adding this as a dependency for a ghcjs project, it seems like dog+world needs to be compiled, including happy, and happy doesn't work on ghcjs/stack because it requires ghc.
I believe this is an upstream problem. Please see this issue: https://github.com/commercialhaskell/stack/issues/1258
The fixes that are mentioned work for me.
Hi, I am looking for the best way to address the problem :) I am currently using extra path with the right stuff, but I do not have global ghc or happy. Do you have any suggestions how it supposed to work?