joelburget / react-haskell

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

Support compiling with GHC #4

Closed jeremyjh closed 9 years ago

jeremyjh commented 9 years ago

The main reason to do this is to support GHC development tool chains such as hdevtools, ghc-mod or ghci-ng and their associated editor plugins. It also can make simple Haste.Apps a bit prettier.

Also, the library builds fine with base 4.5 (hastec built with 7.6.3).

joelburget commented 9 years ago

Awesome! Thanks for figuring this out!