language-javascript-0.6.0.1 depended on by:
Also blocked by #1291 (need the new version of hjsmin to accept new version of language-javascript).
As of purescript 0.8.4, purescript depends on language-javascript 0.6.* (is this the right place to point this out?)
@hdgarrood you can but it's not necessary, we'll notice that we need to add an upper bound to purescript until the issue is resolved (d160740)
Created a relevant issue here: https://bitbucket.org/wuzzeb/webdriver-utils/issues/4/upper-bound-for-language-javascript-blocks
I was somewhat worried a week ago when I first looked at the API changes in language-javascript, they seemed quite big. But today I looked again and it turned out it wasn't that much work to switch to the new language-javascript API.
webdriver-angular-0.1.10 is now on hackage and I have tested with lts-5.12 and language-javascript-0.6.0.4
Also, my package yesod-static-angular also depends on language-javascript and was also broken by the API change, but it did not have an upper bound so you may not have noticed. In any case, I have also uploaded yesod-static-angular-0.1.8 to hackage which requires language-javascript-0.6
@wuzzeb you might want to adjust/specift bounds for yesod-static-angular for older versions: http://matrix.hackage.haskell.org/package/yesod-static-angular the matrix looks quite scary!