HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
439 stars 77 forks source link

Fix build error on GHC 7.8 #103

Closed jvdp closed 9 years ago

jvdp commented 9 years ago

This change allows building on GHC 7.8 (I'm running 7.8.3). Not sure exactly how or why this worked before but doesn't anymore.

jvdp commented 9 years ago

I threw in a fix for GHC 7.10.1, free of charge! :smile:

HeinrichApfelmus commented 9 years ago

Thanks a lot!

jmickelin commented 9 years ago

@HeinrichApfelmus Could you also update the version on Hackage to include this fix?

HeinrichApfelmus commented 9 years ago

@jmickelin Will do. The release includes other significant changes, though. I've wrapped up the new JavaScript FFI today, but I still want to spend some time to clean up the examples.