
6 Oct
2015
6 Oct
'15
12:16 p.m.
On 10/06/2015 11:11 AM, Johan Tibell wrote:
It might be enough to just add a NOWARN <warning type> pragma that acts on a single line/expression. I've seen it in both C++ and Python linters and it works reasonably well and it's quite general.
+1. Simple is good and can hopefully also be backported to older GHC releases. (Provided someone's willing to do said releases, obviously.)