faylang / fay

A proper subset of Haskell that compiles to JavaScript
https://github.com/faylang/fay/wiki
BSD 3-Clause "New" or "Revised" License
1.29k stars 86 forks source link

Update to haskell-src-exts-1.16.* #416

Closed mgsloan closed 9 years ago

mgsloan commented 9 years ago

One thing to note is that this is an API-breaking change - readerCompileLit's type changed. It would be possible to avoid this by having its caller use a function applySign :: Sign -> Literal -> Literal

bergmark commented 9 years ago

Thanks a lot!

I'll release this and your other PR this weekend.

bergmark commented 9 years ago

12db85b, and fay 0.21.

mgsloan commented 9 years ago

You're welcome, thanks for merging!