haskell / happy

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

Ignore individual warnings in generated code, rather than all warnings. #294

Open sgraf812 opened 2 months ago

sgraf812 commented 2 months ago

In the words of @andreasabel here:

Put a long list of warning flags like {-# OPTIONS_GHC -Wwarn-tabs #-} in the preamble that we know we wouldn't trigger.

I voiced my concerns about lacking compatibility with future GHC versions here.