[Haskell-cafe] -Wall in IHaskell notebooks?

David Banas capn.freako at gmail.com
Sat Dec 5 20:18:03 UTC 2015


Hi Sumit,

Thanks for your reply!

I tried putting “:set -Wall” near the top of my first code cell (immediately after all my {-# LANGUAGE … #-} pragmas), but that hasn’t resulted in any extra output, compared to what I was seeing before. Do I need to enable something else, in order to have “:set -Wall” take effect?

Thanks,
-db

On Dec 5, 2015, at 8:54 AM, Sumit Sahrawat, Maths & Computing, IIT (BHU) <sumit.sahrawat.apm13 at iitbhu.ac.in> wrote:

> Using `:set -Wall` also has some issues, I've added them to the issue report on github: https://github.com/gibiansky/IHaskell/issues/610
> 
> We would need to conceal warnings from specific regions of code for it to work as expected.
> 
> On 5 December 2015 at 22:03, Sumit Sahrawat, Maths & Computing, IIT (BHU) <sumit.sahrawat.apm13 at iitbhu.ac.in> wrote:
> Try :?
> 
> On 5 December 2015 at 21:58, David Banas <capn.freako at gmail.com> wrote:
> Does anyone know how to turn on “-Wall” in a IHaskell notebook?
> 
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> 
> 
> 
> -- 
> Regards
> 
> Sumit Sahrawat
> 
> 
> 
> -- 
> Regards
> 
> Sumit Sahrawat

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151205/74834d8f/attachment.html>


More information about the Haskell-Cafe mailing list