haskell / happy

The Happy parser generator for Haskell
Other
291 stars 84 forks source link

Use -XNoStrictData in generated parser (#273) #289

Closed sgraf812 closed 2 months ago

sgraf812 commented 2 months ago

Fixes #273. CC @andreasabel

sgraf812 commented 2 months ago

Alright, I added another commit setting a lower bound on base >= 4.9, simply because we discussed the issue here. I will merge soon. We can always revert if someone feels overlooked.