aktowns / purescript-simple-dom

MIT License
44 stars 24 forks source link

purescript-simple-dom doesn't install with purescript 0.9.2 #52

Open rvion opened 8 years ago

rvion commented 8 years ago

purescript-simple-dom doesn't seem to install with purescript 0.9.2 indeed it require some dependencies with versions non compatible with 0.9.2 because of some syntax changes (infix operators, for example)

doppioslash commented 8 years ago

same problem with 0.9.3

kritzcreek commented 8 years ago

I see people struggling with this all the time. I think it would be best to add a deprecation warning to the README until 0.9 compatibility.

dmcgrady commented 8 years ago

Is this library still being updated? Maybe it should be forked to support the latest PureScript version. This seems to be the only human-friendly DOM library around for purescript.