ghcjs / ghcjs-vdom

bindings for virtual-dom
MIT License
33 stars 16 forks source link

update virtual-dom to >= 2.0.1. #4

Closed wavewave closed 9 years ago

wavewave commented 9 years ago

update virtual-dom version >= 2.0.1. In virtual-dom, javascript module names had been changed and now vdom and vtree are packaged in a single virtual-dom package. I changed ghcjs-vdom/virtual-dom correspondingly

wavewave commented 9 years ago

Tested with Example.hs

luite commented 9 years ago

thanks for the patch. I haven't had time to work on the vdom bindings myself recently unfortunately