dackerman / reflex-jsx

Use jsx-like syntax in Reflex
BSD 3-Clause "New" or "Revised" License
50 stars 7 forks source link

can't compile on ghcjs #1

Open alexanderkjeldaas opened 8 years ago

alexanderkjeldaas commented 8 years ago

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.

nmattia commented 7 years ago

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.

tolysz commented 7 years ago

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?