reflex-jsx icon indicating copy to clipboard operation
reflex-jsx copied to clipboard

can't compile on ghcjs

Open alexanderkjeldaas opened this issue 8 years ago • 2 comments

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.

alexanderkjeldaas avatar Jun 12 '16 04:06 alexanderkjeldaas

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.

nmattia avatar Nov 05 '16 19:11 nmattia

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?

tolysz avatar Dec 26 '16 01:12 tolysz