jswebtools / language-ecmascript

Haskell library: ECMAScript parser, pretty-printer and additional tools
Other
46 stars 26 forks source link

GHC 7.8 support #56

Closed bergmark closed 10 years ago

bergmark commented 10 years ago

language-ecmascript 0.15.2 works fine with GHC 7.8 but 0.16 doesn't allow it due to template-haskell bounds, and testing-feat itself needs to be updated as well. I tried this locally and it compiles fine.

I e-mailed Jonas regarding testing-feat and I'll post here if there's any news.

bergmark commented 10 years ago

That was quick, testing-feat 0.4.0.2 is out.

achudnov commented 10 years ago

@bergmark Can you try the current tip of the dev branch? I don't have GHC-7.8 handy yet

bergmark commented 10 years ago

Builds fine and all tests pass!

achudnov commented 10 years ago

Released 0.16.2

bergmark commented 10 years ago

Looks good, thanks!