Suppressing HLint on pattern match of files

Hi, would like to disable 'Top-level binding with no type signature' In my test modules that are prefixed with Test. Is this possible ?? Thanks

Is that actually from HLint though? I think that comes from GHC with
-Walland can be disabled with
-fno-warn-missing-signatures.
On Thu, Oct 10, 2013 at 7:50 AM, Graham Berks
Hi, would like to disable 'Top-level binding with no type signature'
In my test modules that are prefixed with Test.
Is this possible ??
Thanks
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Ah good point :) Wonder if I can change it on cabal file somehow.
Thanks
On 10 October 2013 at 14:05:45, Dag Odenhall (dag.odenhall@gmail.com) wrote:
Is that actually from HLint though? I think that comes from GHC with
-Wall and can be disabled with
-fno-warn-missing-signatures.
On Thu, Oct 10, 2013 at 7:50 AM, Graham Berks
participants (2)
-
Dag Odenhall
-
Graham Berks