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 89 forks source link

Compiler config for disabling newtype optimizations #412

Closed chrisdone closed 10 years ago

chrisdone commented 10 years ago

Here's a compromise!

bergmark commented 10 years ago

Cool!

Need some time to update other packages for this, then I'll release it.

chrisdone commented 10 years ago

Cool. :-)

bergmark commented 10 years ago

Oh i forgot that this isn't a breaking change. I added --no-optimized-newtypes and released as fay-0.20.2.0

chrisdone commented 10 years ago

Cheers!