joelburget / react-haskell

React bindings for Haskell
MIT License
351 stars 26 forks source link

GHCJS.Prim now exports an Eq instance for JSRef #21

Closed wuzzeb closed 9 years ago

wuzzeb commented 9 years ago

https://github.com/ghcjs/ghcjs-prim/commit/1d622ffecace0f56a73b7d32b71865d83fa2d496

bergey commented 9 years ago

I'm using this patch locally. I can confirm that react-haskell is not buildable without it on recently-built GHCJS, and that one change is sufficient.

joelburget commented 9 years ago

Thanks!